We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3870fe commit 92085e9Copy full SHA for 92085e9
.github/workflows/test.yml
@@ -125,6 +125,7 @@ jobs:
125
- name: Run NAR server
126
run: |
127
curl --location https://github.com/sandydoo/nar-toolbox/releases/download/v0.1.0/nar-toolbox-${{ matrix.system }} -O
128
+ chmod +x ./nar-toolbox-${{ matrix.system }}
129
./nar-toolbox-${{ matrix.system }} serve &
130
131
- uses: cachix/install-nix-action@v30
0 commit comments