ci: don't use latest nix
This commit is contained in:
parent
3129df1a2c
commit
915f939f1e
1 changed files with 4 additions and 5 deletions
9
.github/workflows/ci-nix.yml
vendored
9
.github/workflows/ci-nix.yml
vendored
|
@ -7,8 +7,7 @@ jobs:
|
||||||
name: Rust project
|
name: Rust project
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Nix
|
- uses: cachix/install-nix-action@v22
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
- run: nix develop -c rustc --version
|
||||||
- run: nix develop -c rustc --version
|
- run: nix run
|
||||||
- run: nix run
|
|
||||||
|
|
Loading…
Reference in a new issue