Copilot: use runner.temp for correct temp dir
This commit is contained in:
parent
3b1e46a455
commit
36e7d5f350
6
.github/workflows/copilot-setup-steps.yml
vendored
6
.github/workflows/copilot-setup-steps.yml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user