ci: Trying a different GitHub actions variable for the temp directory for MacOS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user