From 87aef8bf1160de3345569d13df251b5c44329ab1 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Thu, 28 Apr 2022 12:06:36 +0200 Subject: [PATCH] Update example-builds.yml --- .github/workflows/example-builds.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/example-builds.yml b/.github/workflows/example-builds.yml index 659dc68..f548610 100644 --- a/.github/workflows/example-builds.yml +++ b/.github/workflows/example-builds.yml @@ -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()'