We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df729a commit 12a94c1Copy full SHA for 12a94c1
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
build:
6
runs-on: ubuntu-latest
7
steps:
8
- - run: apt install nix
+ - run: sudo apt install nix
9
- run: nix develop --experimental-features 'nix-command flakes'
10
- run: make
11
- run: make clean
0 commit comments