We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81542cc commit c21eed6Copy full SHA for c21eed6
.github/workflows/default.yml
@@ -7,8 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
- - uses: cachix/install-nix-action@v18
+ - uses: cachix/install-nix-action@v21
11
with:
12
nix_path: nixpkgs=channel:nixos-unstable
13
- run: |
14
- nix develop ./contrib -c make test
+ nix develop . -c make test
0 commit comments