3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

Fix nix version to 2.18.1, known working version

This commit is contained in:
Roland Coeurjoly 2024-05-13 14:21:35 +02:00
parent 8c8fb1399c
commit dd6178c74b

View file

@ -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