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 998d79c commit 4231b4c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/zig-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
run: |
git config --global [email protected]:.insteadof https://github.com/
git config --global --add safe.directory `pwd`
- name: configure ssh key
- name: configure ssh agent
run: |
mkdir ~/.ssh
echo "${{secrets.SSH_DEPLOY_KEY}}" > ~/.ssh/id_ed25519
chmod -R 700 ~/.ssh
eval `ssh-agent -s`
ssh-add - <<< '${{ secrets.SSH_DEPLOY_KEY }}'
- name: install git submodules
run: |
Expand Down

0 comments on commit 4231b4c

Please sign in to comment.