Skip to content

Commit

Permalink
fixup! Test for sysimage
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Dec 20, 2024
1 parent b70192c commit 73da68a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,12 @@ jobs:
- "1" # Latest release
os:
- ubuntu-latest
tzjdata-version:
- "1.3.0" # Version which does not support `artifact_dir`
- "1"
env:
JULIA_DEPOT_PATH: build-depot
TZJDATA_VERSION: ${{ matrix.tzjdata-version }}
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand All @@ -123,6 +127,7 @@ jobs:
shell: julia --color=yes --project=sysimage {0}
run: |
using Pkg
Pkg.add(PackageSpec(name="TZJData", version=ENV["TZJDATA_VERSION"]))
Pkg.add(PackageSpec(name="TimeZones", rev=ENV["SHA"]))
- name: Create sysimage
shell: julia --color=yes {0}
Expand Down

0 comments on commit 73da68a

Please sign in to comment.