Update .gitea/workflows/ci.yml
Some checks failed
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
Test runner / hello-from-native (push) Failing after 0s

add native so nixos
This commit is contained in:
Aaron Honeycutt 2025-12-10 14:43:01 -07:00
parent 8cffebaa86
commit eb2686c4fe

View file

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