Skip to content

Commit

Permalink
ci(test): bypass peer verification in xbps-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Oct 30, 2023
1 parent 4734679 commit 9dbfba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ jobs:
if: ${{ needs.skip-check.outputs.should_skip != 'true' }}
container:
image: voidlinux/voidlinux:latest
env:
# https://unix.stackexchange.com/a/622602
SSL_NO_VERIFY_PEER: 1
steps:
- name: Setup extra build tools
run: |
Expand Down

0 comments on commit 9dbfba6

Please sign in to comment.