Update .gitea/workflows/ci.yml
add native so nixos
This commit is contained in:
parent
8cffebaa86
commit
eb2686c4fe
1 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue