mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-14 03:56:53 +08:00
Compare commits
2 Commits
v2.3
...
SaschaMann
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95439ffc11 | ||
|
|
87aef8bf11 |
5
.github/workflows/example-builds.yml
vendored
5
.github/workflows/example-builds.yml
vendored
@@ -29,11 +29,16 @@ jobs:
|
|||||||
npm run build
|
npm run build
|
||||||
npm run pack
|
npm run pack
|
||||||
|
|
||||||
|
- run: mkdir -p ${{ github.workspace }}/dilumtestcache # TODO: delete this line
|
||||||
- name: "Set up Julia"
|
- name: "Set up Julia"
|
||||||
id: setup-julia
|
id: setup-julia
|
||||||
uses: ./
|
uses: ./
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: ${{ github.workspace }}/dilumtestcache
|
||||||
with:
|
with:
|
||||||
version: ${{ matrix.julia-version }}
|
version: ${{ matrix.julia-version }}
|
||||||
arch: ${{ matrix.julia-arch }}
|
arch: ${{ matrix.julia-arch }}
|
||||||
|
- run: which julia # TODO: delete this line
|
||||||
|
- run: which -a julia # TODO: delete this line
|
||||||
- run: julia --version
|
- run: julia --version
|
||||||
- run: julia --compile=min -O0 -e 'import InteractiveUtils; InteractiveUtils.versioninfo()'
|
- run: julia --compile=min -O0 -e 'import InteractiveUtils; InteractiveUtils.versioninfo()'
|
||||||
|
|||||||
Reference in New Issue
Block a user