Skip to content

Commit 2a2f9d5

Browse files
committed
ci: forward github token to install-vulkan-sdk-action to fix timeouts
see jakoch/install-vulkan-sdk-action#544
1 parent a30bd43 commit 2a2f9d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
1414
cancel-in-progress: true
1515

16+
permissions: {}
17+
1618
jobs:
1719
test:
1820
name: Test
@@ -165,6 +167,8 @@ jobs:
165167
# FIXME(eddyb) consider using lavapipe instead, or even trying both.
166168
install_swiftshader: true
167169
# install_lavapipe: true
170+
env:
171+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
168172
- if: ${{ runner.os == 'Windows' }}
169173
name: Windows - Use SwiftShader as Vulkan driver
170174
# FIXME(eddyb) ideally `jakoch/install-vulkan-sdk-action` should do this.

0 commit comments

Comments
 (0)