Update example-builds.yml

This commit is contained in:
Sascha Mann
2022-04-28 12:13:08 +02:00
committed by GitHub
parent 87aef8bf11
commit 95439ffc11

View File

@@ -33,12 +33,11 @@ jobs:
- name: "Set up Julia"
id: setup-julia
uses: ./
env:
RUNNER_TOOL_CACHE: ${{ github.workspace }}/dilumtestcache
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