Skip to content

Commit

Permalink
More debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico authored Jan 12, 2024
1 parent 8251107 commit ca64321
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:

- name: Compile Project
run: |
apt install openssh-client -y
apt install openssh -y
eval `ssh-agent -s`
ssh-agent sh -c 'echo "${{ secrets.SSH_KEY }}" | ssh-add -'
echo $GIT_SSH_COMMAND
git config --global --add url.git@github.com:.insteadOf https://github.com/
make -j

0 comments on commit ca64321

Please sign in to comment.