Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Oct 11, 2023
1 parent 425b556 commit 50cff54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if [[ ${{ matrix.version }} == '1' ]]; then
git config --local user.name lbonaldo
git config --local user.email "[email protected]"
git switch ${GITHUB_REF#refs/heads/}-testlogs
git checkout --track origin/daves_branch
git rebase ${GITHUB_REF#refs/heads/}
fi
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 50cff54

Please sign in to comment.