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 74ecfcd commit 998d79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zig-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: configure git
run: |
git config --global [email protected]:.insteadof https://github.com/
git config --global --add safe.directory "${{github.workspace}}"
git config --global --add safe.directory `pwd`
- name: configure ssh key
run: |
mkdir ~/.ssh
Expand Down

0 comments on commit 998d79c

Please sign in to comment.