Skip to content

Commit cd6acb1

Browse files
committed
ci: supply a token for self-hosted runners
1 parent 460dba4 commit cd6acb1

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)