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