Skip to content

Commit 3197e31

Browse files
authored
Update aot.yml: restore previous PackageCompiler cmd
1 parent 7123a43 commit 3197e31

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/aot.yml

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

47-
- name: Install PackageCompiler.jl
48-
run: using Pkg; Pkg.add("PackageCompiler", version="1")
49-
shell: julia --color=yes {0}
47+
- run: julia -e 'using Pkg; pkg"add PackageCompiler"'
5048

5149
- run: aot/compile.jl
5250
- run: aot/assert_has_pycall.jl

0 commit comments

Comments
 (0)