Skip to content

Commit

Permalink
ci: don't use latest nix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jan 20, 2024
1 parent 3129df1 commit 915f939
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- run: nix develop -c rustc --version
- run: nix run
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix develop -c rustc --version
- run: nix run

0 comments on commit 915f939

Please sign in to comment.