Skip to content

Commit

Permalink
ci.yml: Put installer cachix in verbose mode
Browse files Browse the repository at this point in the history
Maybe it prints something, as a workaround for cachix/cachix-action#153,
which might explain our flaky installer_test.
  • Loading branch information
roberth committed Jun 30, 2024
1 parent dc538ad commit 39154ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
name: '${{ env.CACHIX_NAME }}'
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
cachixArgs: '-v'
- id: prepare-installer
run: scripts/prepare-installer-for-github-actions

Expand Down

0 comments on commit 39154ed

Please sign in to comment.