mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-12 19:16:54 +08:00
Compare commits
1 Commits
v1.9.4
...
SaschaMann
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
175aa3a1b8 |
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