mirror of
https://github.com/julia-actions/setup-julia.git
synced 2026-02-14 03:56:53 +08:00
Update example-builds.yml
This commit is contained in:
6
.github/workflows/example-builds.yml
vendored
6
.github/workflows/example-builds.yml
vendored
@@ -29,11 +29,17 @@ jobs:
|
||||
npm run build
|
||||
npm run pack
|
||||
|
||||
- run: mkdir -p ${{ github.workspace }}/dilumtestcache # TODO: delete this line
|
||||
- name: "Set up Julia"
|
||||
id: setup-julia
|
||||
uses: ./
|
||||
with:
|
||||
version: ${{ matrix.julia-version }}
|
||||
arch: ${{ matrix.julia-arch }}
|
||||
env:
|
||||
# TODO: delete this line
|
||||
RUNNER_TOOL_CACHE: ${{ github.workspace }}/dilumtestcache
|
||||
- run: which julia # TODO: delete this line
|
||||
- run: which -a julia # TODO: delete this line
|
||||
- run: julia --version
|
||||
- run: julia --compile=min -O0 -e 'import InteractiveUtils; InteractiveUtils.versioninfo()'
|
||||
|
||||
Reference in New Issue
Block a user