1
0
Fork 0
mirror of https://github.com/cachix/cachix-action.git synced 2025-06-08 07:07:00 +09:00

fix install_url

This commit is contained in:
Sander 2024-11-15 19:37:33 +04:00
parent 71242a1d3e
commit 289d4f828d
No known key found for this signature in database
GPG key ID: D1A763BC84F34603

View file

@ -122,7 +122,7 @@ jobs:
build_id=$(curl --header 'Accept: application/json' --location --silent \
https://hydra.nixos.org/job/nix/master/installerScript/latest-finished \
| jq -r '.id')
install_url="https:://hydra.nixos.org/build/$build_id/download/1/install"
install_url="https://hydra.nixos.org/build/$build_id/download/1/install"
echo "install_url=$install_url" >> $GITHUB_OUTPUT
- uses: cachix/install-nix-action@V30