Skip to content

Commit

Permalink
Merge pull request #9639
Browse files Browse the repository at this point in the history
5a36ec0 ci: disable guix commit authentication (tobtoht)
  • Loading branch information
tobtoht committed Jan 14, 2025
2 parents 0f13003 + 5a36ec0 commit ca0b43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/guix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
sudo aa-enforce guix || true
sudo apt purge apparmor
- name: build
run: SUBSTITUTE_URLS='http://bordeaux.guix.gnu.org' HOSTS="${{ matrix.toolchain.target }}" ./contrib/guix/guix-build
run: ADDITIONAL_GUIX_TIMEMACHINE_FLAGS="--disable-authentication" SUBSTITUTE_URLS='http://bordeaux.guix.gnu.org' HOSTS="${{ matrix.toolchain.target }}" ./contrib/guix/guix-build
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.toolchain.target }}
Expand Down

0 comments on commit ca0b43d

Please sign in to comment.