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:
parent
71242a1d3e
commit
289d4f828d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue