Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Nov 16, 2023
1 parent 7a97f8d commit 9e9562f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mkdir test/Logs; cd test/Logs
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo $SSH_KEY > ~/.ssh/id_rsa
echo ${{ vars.SSH_KEY }} > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
git config --global init.defaultBranch main
git init
Expand All @@ -54,8 +54,6 @@ jobs:
else
mkdir Logs_v${{ matrix.version }}
fi
env:
SSH_KEY: ${{ env.SSH_KEY }}
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit 9e9562f

Please sign in to comment.