Update .gitea/workflows/ci.yml
All checks were successful
Test runner / hello-from-ubuntu-24.04 (push) Successful in 1s
Test runner / hello-from-ubuntu-22.04 (push) Successful in 1s
Test runner / hello-from-ubuntu-20.04 (push) Successful in 1s

This commit is contained in:
Aaron Honeycutt 2025-12-10 14:43:55 -07:00
parent eb2686c4fe
commit 38f563846a

View file

@ -27,12 +27,4 @@ jobs:
- name: Print host info
run: |
echo "Runner hostname: $(hostname)"
apt -v
hello-from-native:
runs-on: native
steps:
- name: Print host info
run: |
echo "Runner hostname: $(hostname)"
nix --version
apt -v