This commit is contained in:
parent
f65d358fcf
commit
4a32382293
1 changed files with 3 additions and 1 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -13,9 +13,11 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: native
|
||||
runs-on: nixos
|
||||
|
||||
steps:
|
||||
- name: Install node
|
||||
run: nix-env -iA nixpkgs.nodejs
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install cargo
|
||||
run: nix-env -A nixos.cargo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue