Skip to content

Commit 9bc5ea6

Browse files
committed
Upgrade PackageCompiler to v2 in CI
1 parent 492ca12 commit 9bc5ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
arch: ${{ matrix.architecture }}
4545
show-versioninfo: true
4646

47-
- run: julia -e 'using Pkg; pkg"add PackageCompiler@v1"'
47+
- run: julia -e 'using Pkg; pkg"add PackageCompiler"'
4848

4949
- run: aot/compile.jl
5050
- run: aot/assert_has_pycall.jl

0 commit comments

Comments
 (0)