mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-16 21:16:53 +08:00
Compare commits
3 Commits
v1.5.0
...
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 }}
|
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
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
__tests__/runner/*
|
__tests__/runner/*
|
||||||
!dist/
|
dist/
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# setup-julia Action
|
# setup-julia Action
|
||||||
|
|
||||||
|
[](https://securitylab.github.com/tools/codeql)
|
||||||
[](https://dependabot.com)
|
[](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.
|
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
4798
dist/index.js
vendored
4798
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
BIN
dist/unzip
vendored
BIN
dist/unzip
vendored
Binary file not shown.
Reference in New Issue
Block a user