mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-17 05:26:53 +08:00
Compare commits
1 Commits
SaschaMann
...
v1.5.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94873876a2 |
4
.github/workflows/example-builds.yml
vendored
4
.github/workflows/example-builds.yml
vendored
@@ -33,7 +33,3 @@ 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,6 +1,5 @@
|
|||||||
# 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: 31b4b500a3...9ceca17c9c
4798
dist/index.js
vendored
Normal file
4798
dist/index.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
dist/unzip
vendored
Normal file
BIN
dist/unzip
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user