From e95c1cabb638d50c19feddcc331050ce2ca502e3 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Mon, 15 Jan 2024 18:52:15 -0500 Subject: [PATCH] missed save --- .github/workflows/example-builds-defaultarch.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/example-builds-defaultarch.yml b/.github/workflows/example-builds-defaultarch.yml index 23740c8..8c8a862 100644 --- a/.github/workflows/example-builds-defaultarch.yml +++ b/.github/workflows/example-builds-defaultarch.yml @@ -42,6 +42,8 @@ jobs: uses: ./ with: version: ${{ matrix.julia-version }} + env: + TEMP: ${{ runner.temp }} - run: julia --version - run: julia --compile=min -O0 -e 'import InteractiveUtils; InteractiveUtils.versioninfo()' - name: "Check that the correct julia is used and that archive mtimes are maintained"