Skip to content

Commit

Permalink
fixup! ci: reproduce with manually downloaded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Oct 23, 2024
1 parent f5bf08d commit 41f5b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reproducible-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
curl -fsSL -o "$HOME/.local/bin/nix-installer" https://github.com/DeterminateSystems/nix-installer/releases/download/v0.26.3/nix-installer-x86_64-linux # renovate:github-release
chmod a+x "$HOME/.local/bin/nix-installer"
"$HOME/.local/bin/nix-installer" install
"$HOME/.local/bin/nix-installer" install --no-confirm
- name: Build
shell: bash
Expand Down

0 comments on commit 41f5b71

Please sign in to comment.