ci: Trying a different GitHub actions variable for the temp directory for MacOS

This commit is contained in:
2025-09-12 12:59:47 -06:00
parent 77b9ae7e2d
commit 32dfcc1132
+1 -1
View File
@@ -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