From c519e815c66115165047d33659852ca1a1db815e Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Mon, 15 Jan 2024 18:51:30 -0500 Subject: [PATCH] tryfix --- .github/workflows/example-builds-defaultarch.yml | 2 -- .github/workflows/example-builds-nightly-defaultarch.yml | 4 ++-- .github/workflows/example-builds-nightly.yml | 4 ++-- .github/workflows/example-builds.yml | 4 ++-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/example-builds-defaultarch.yml b/.github/workflows/example-builds-defaultarch.yml index c209f80..23740c8 100644 --- a/.github/workflows/example-builds-defaultarch.yml +++ b/.github/workflows/example-builds-defaultarch.yml @@ -15,8 +15,6 @@ on: jobs: test: runs-on: ${{ matrix.os }} - env: - TEMP: ${{ runner.temp }} timeout-minutes: 60 strategy: fail-fast: false diff --git a/.github/workflows/example-builds-nightly-defaultarch.yml b/.github/workflows/example-builds-nightly-defaultarch.yml index f7fb9f8..3f3247b 100644 --- a/.github/workflows/example-builds-nightly-defaultarch.yml +++ b/.github/workflows/example-builds-nightly-defaultarch.yml @@ -14,8 +14,6 @@ on: jobs: test: runs-on: ${{ matrix.os }} - env: - TEMP: ${{ runner.temp }} timeout-minutes: 60 strategy: fail-fast: false @@ -42,6 +40,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" diff --git a/.github/workflows/example-builds-nightly.yml b/.github/workflows/example-builds-nightly.yml index ff21c52..c64020f 100644 --- a/.github/workflows/example-builds-nightly.yml +++ b/.github/workflows/example-builds-nightly.yml @@ -16,8 +16,6 @@ on: jobs: test: runs-on: ${{ matrix.os }} - env: - TEMP: ${{ runner.temp }} timeout-minutes: 60 strategy: fail-fast: false @@ -50,6 +48,8 @@ jobs: with: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} + 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" diff --git a/.github/workflows/example-builds.yml b/.github/workflows/example-builds.yml index 24ce221..f39bf19 100644 --- a/.github/workflows/example-builds.yml +++ b/.github/workflows/example-builds.yml @@ -15,8 +15,6 @@ on: jobs: test: runs-on: ${{ matrix.os }} - env: - TEMP: ${{ runner.temp }} timeout-minutes: 60 strategy: fail-fast: false @@ -50,6 +48,8 @@ jobs: with: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} + 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"