Skip to content

Commit c696f33

Browse files
committed
ci: set cache to serve from
1 parent 92085e9 commit c696f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
curl --location https://github.com/sandydoo/nar-toolbox/releases/download/v0.1.0/nar-toolbox-${{ matrix.system }} -O
128128
chmod +x ./nar-toolbox-${{ matrix.system }}
129-
./nar-toolbox-${{ matrix.system }} serve &
129+
./nar-toolbox-${{ matrix.system }} serve https://cache.nixos.org &
130130
131131
- uses: cachix/install-nix-action@v30
132132
with:

0 commit comments

Comments
 (0)