Copilot: use runner.temp for correct temp dir

This commit is contained in:
Catfriend1 2025-07-14 04:29:34 +02:00
parent 3b1e46a455
commit 36e7d5f350

View File

@ -17,9 +17,6 @@ jobs:
permissions:
contents: read
env:
COPILOT_BUILDTOOLS_DIR: /tmp/copilot-build-tools
steps:
- name: Checkout code including submodules
uses: actions/checkout@v4
@ -45,6 +42,9 @@ jobs:
cache-dependency-path: syncthing/src/github.com/syncthing/syncthing/go.sum
- name: Setup Android NDK
env:
COPILOT_BUILDTOOLS_DIR: '${{ runner.temp }}/copilot-build-tools'
shell: bash
run: |
ANDROID_NDK_VERSION=r28
ANDROID_NDK_ZIP="android-ndk-${ANDROID_NDK_VERSION}-linux.zip"