Skip to content

Commit 92085e9

Browse files
committed
ci: make nar server executable
1 parent b3870fe commit 92085e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
- name: Run NAR server
126126
run: |
127127
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 }}
128129
./nar-toolbox-${{ matrix.system }} serve &
129130
130131
- uses: cachix/install-nix-action@v30

0 commit comments

Comments
 (0)