mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 05:22:21 +01:00
Fix URL for executable
This commit is contained in:
parent
397a5c26a7
commit
e8f36a90cd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -219,5 +219,5 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
source-url: https://install.determinate.systems/nix-installer/stable/X64-Linux
|
||||
source-url: https://github.com/DeterminateSystems/nix-installer/releases/download/v0.19.0/nix-installer-x86_64-linux
|
||||
- run: nix --version
|
||||
|
|
Loading…
Reference in a new issue