diff --git a/.github/workflows/example-builds.yml b/.github/workflows/example-builds.yml index f548610..e21c525 100644 --- a/.github/workflows/example-builds.yml +++ b/.github/workflows/example-builds.yml @@ -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