Skip to content

Commit

Permalink
Checkout from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jan 29, 2024
1 parent b8af5f7 commit 77857a9
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 @@ -66,7 +66,7 @@ jobs:
- run: |
set -x
# A valid Artifacts.toml file is required: Pkg.jl issue #2662
git checkout ${{ github.base_ref }} -- Artifacts.toml
git checkout origin/${{ github.base_ref }} -- Artifacts.toml
mkdir prerelease
tar xvf ${{ needs.prerelease.outputs.tarball_filename }} -C prerelease
- shell: julia --color=yes {0}
Expand Down

0 comments on commit 77857a9

Please sign in to comment.