Skip to content

Commit 4b41b1c

Browse files
authored
Merge pull request libgit2#5701 from libgit2/ethomson/arm-actions
ci: supply a token for self-hosted runners
2 parents 460dba4 + cd6acb1 commit 4b41b1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ jobs:
6767
ASAN_SYMBOLIZER_PATH: /usr/bin/llvm-symbolizer-10
6868
os: ubuntu-latest
6969
- # linux arm64
70-
os: [ linux, arm64, self-hosted ]
70+
os: [ focal, arm64, self-hosted ]
7171
env:
72+
CC: gcc
7273
CMAKE_OPTIONS: -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
74+
ACTIONS_RUNNER_TOKEN: ${{ secrets.ACTIONS_RUNNER_TOKEN }}
7375
- # macOS
7476
os: macos-10.15
7577
env:

0 commit comments

Comments
 (0)