mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-13 11:36:54 +08:00
Compare commits
3 Commits
releases/v
...
SaschaMann
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
175aa3a1b8 | ||
|
|
995385cfd3 | ||
|
|
749cb24407 |
4
.github/workflows/example-builds.yml
vendored
4
.github/workflows/example-builds.yml
vendored
@@ -33,3 +33,7 @@ jobs:
|
||||
arch: ${{ matrix.julia-arch }}
|
||||
show-versioninfo: 'true'
|
||||
- run: julia --version
|
||||
- run: time julia --compile=min -O0 -e 'using InteractiveUtils; versioninfo()'
|
||||
shell: bash
|
||||
- run: time julia -e 'using InteractiveUtils; versioninfo()'
|
||||
shell: bash
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# setup-julia Action
|
||||
|
||||
[](https://securitylab.github.com/tools/codeql)
|
||||
[](https://dependabot.com)
|
||||
|
||||
This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.
|
||||
|
||||
2
bin
2
bin
Submodule bin updated: 9ceca17c9c...31b4b500a3
Reference in New Issue
Block a user