From 32dfcc11328a24972df2ddf7acd3d81ffcb6f4cc Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 12 Sep 2025 12:59:47 -0600 Subject: [PATCH] ci: Trying a different GitHub actions variable for the temp directory for MacOS --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4b65c02..8c01ee8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,7 +47,7 @@ jobs: - name: Ensure TMPDIR is valid for MacOS if: runner.os == 'macOS' run: | - echo "TMPDIR=$RUNNER_TEMP" >> $GITHUB_ENV + echo "TMPDIR={{ runner.temp }}" >> $GITHUB_ENV - name: Install Rust stable uses: dtolnay/rust-toolchain@stable