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 bc18595 commit b5165bf
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/zig-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

# 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 `pwd`
- name: configure ssh agent
run: |
mkdir ~/.ssh
echo "${{ vars.GH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
eval `ssh-agent -s`
echo "${{ secrets.SSH_DEPLOY_KEY }}" | ssh-add -
- name: install git submodules
run: |
git submodule init
git submodule update
token: ${{ secrets.GH_CI_PAT }}
submodules: true

- name: install v8
run: |
Expand Down

0 comments on commit b5165bf

Please sign in to comment.