mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 11:06:53 +08:00
Update example-builds.yml
This commit is contained in:
4
.github/workflows/example-builds.yml
vendored
4
.github/workflows/example-builds.yml
vendored
@@ -33,3 +33,7 @@ jobs:
|
|||||||
arch: ${{ matrix.julia-arch }}
|
arch: ${{ matrix.julia-arch }}
|
||||||
show-versioninfo: 'true'
|
show-versioninfo: 'true'
|
||||||
- run: julia --version
|
- run: julia --version
|
||||||
|
- run: time julia --compile=min -O0 -e 'using InteractiveUtils; versioninfo()'
|
||||||
|
shell: bash
|
||||||
|
- run: time julia -e 'using InteractiveUtils; versioninfo()'
|
||||||
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user