Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
krichprollsch committed Nov 13, 2023
1 parent 54ad070 commit 74ecfcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/zig-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:

# Configure git:
# * use ssh to clone repo instead of https
# * set up the git safe directory
- name: configure git
run: |
git config --global [email protected]:.insteadof https://github.com/
git config --global --add safe.directory "${{github.workspace}}"
- name: configure ssh key
run: |
mkdir ~/.ssh
Expand Down

0 comments on commit 74ecfcd

Please sign in to comment.