mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-05 17:14:08 +00:00
extra-builds.yml: Fix indentation
This commit is contained in:
parent
1aae0bcd40
commit
d135c0bf87
4
.github/workflows/extra-builds.yml
vendored
4
.github/workflows/extra-builds.yml
vendored
|
@ -90,8 +90,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
submodules: true
|
||||
- uses: cachix/install-nix-action@v26
|
||||
with:
|
||||
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
|
||||
install_url: https://releases.nixos.org/nix/nix-2.18.1/install
|
||||
- run: nix build .?submodules=1
|
||||
|
|
Loading…
Reference in a new issue