mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-21 15:36:53 +08:00
Update example-builds.yml
This commit is contained in:
5
.github/workflows/example-builds.yml
vendored
5
.github/workflows/example-builds.yml
vendored
@@ -33,12 +33,11 @@ jobs:
|
|||||||
- 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 }}
|
||||||
env:
|
|
||||||
# TODO: delete this line
|
|
||||||
RUNNER_TOOL_CACHE: ${{ github.workspace }}/dilumtestcache
|
|
||||||
- run: which julia # TODO: delete this line
|
- run: which julia # TODO: delete this line
|
||||||
- run: which -a julia # TODO: delete this line
|
- run: which -a julia # TODO: delete this line
|
||||||
- run: julia --version
|
- run: julia --version
|
||||||
|
|||||||
Reference in New Issue
Block a user