mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-20 05:51:46 -04:00
ci: pin nix version to 2.25.2 (#3484)
* ci: pin nix version to 2.25.2 * bazel: update stale lock file
This commit is contained in:
parent
3b23d080d7
commit
173ef26f70
1 changed files with 2 additions and 0 deletions
2
.github/actions/setup_bazel_nix/action.yml
vendored
2
.github/actions/setup_bazel_nix/action.yml
vendored
|
@ -114,6 +114,8 @@ runs:
|
|||
- name: Install nix
|
||||
if: steps.check_inputs.outputs.nixPreinstalled == 'false'
|
||||
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
|
||||
with:
|
||||
install_url: "https://releases.nixos.org/nix/nix-2.25.2/install"
|
||||
|
||||
- name: Set $USER if not set
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue