summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index f585fa1c39..729b0c54e5 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -24,7 +24,7 @@ jobs:
- runner: macos-12-xl
runs-on: ${{ matrix.runner }}
env:
- APR_LOG: "$RUNNER_TEMP/apr.log"
+ APR_LOG: "${{ runner.temp }}/apr.log"
AUTOBUILD_ADDRSIZE: ${{ matrix.addrsize }}
AUTOBUILD_BUILD_ID: ${{ github.run_id }}
# authorizes fetching private constituent packages