Skip to content

Commit

Permalink
Fixes workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Feb 14, 2024
1 parent 5efb26f commit 7564d29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Use HTTPS
run: |
git config --global url."https://github.com/".insteadOf [email protected]:
git config --global url."https://".insteadOf git://
- name: Build
run: |
xcodebuild build-for-testing\
Expand Down

0 comments on commit 7564d29

Please sign in to comment.