Skip to content

Commit c21eed6

Browse files
Matthieu Coudronteto
authored andcommitted
ci: update workflow
1 parent 81542cc commit c21eed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- uses: cachix/install-nix-action@v18
10+
- uses: cachix/install-nix-action@v21
1111
with:
1212
nix_path: nixpkgs=channel:nixos-unstable
1313
- run: |
14-
nix develop ./contrib -c make test
14+
nix develop . -c make test

0 commit comments

Comments
 (0)