mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 12:28:44 +00:00
Fix nix version to 2.18.1, known working version
This commit is contained in:
parent
8c8fb1399c
commit
dd6178c74b
4
.github/workflows/nix-github-actions.yml
vendored
4
.github/workflows/nix-github-actions.yml
vendored
|
@ -10,4 +10,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- uses: cachix/install-nix-action@v26
|
- uses: cachix/install-nix-action@v26
|
||||||
- run: nix build '.?submodules=1'
|
with:
|
||||||
|
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
|
||||||
|
- run: nix build .?submodules=1
|
||||||
|
|
Loading…
Reference in a new issue