Skip to content

Commit

Permalink
See if we can bypass checking SSL cert on git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 8, 2024
1 parent 0a5a597 commit 4bfed0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CI
on: push
env:
GIT_SSL_NO_VERIFY: true
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4bfed0d

Please sign in to comment.