Skip to content

Commit

Permalink
fixup! Create minimal Artifacts.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jan 28, 2024
1 parent 73861cd commit 7b67759
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
println(
io,
"""
[dc5dba14-91b3-4cab-a142-028a31da12f7]")
[dc5dba14-91b3-4cab-a142-028a31da12f7]
tzjdata = "$(pwd())/prerelease"
"""
)
Expand All @@ -89,7 +89,9 @@ jobs:
)
end
- run: |
set -x
cat ~/.julia/artifacts/Overrides.toml
cat Artifacts.toml
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down

0 comments on commit 7b67759

Please sign in to comment.