mirror of https://github.com/YosysHQ/yosys.git
Fix nix version to 2.18.1, known working version
This commit is contained in:
parent
8c8fb1399c
commit
dd6178c74b
|
@ -10,4 +10,6 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
- 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 New Issue