Skip to content

Commit bfcd6e2

Browse files
fix?
1 parent f23e268 commit bfcd6e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@
7676
uses: docker/setup-buildx-action@v2.0.0
7777
with:
7878
install: true
79+
- name: Configure sccache
80+
uses: actions/github-script@v6
81+
with:
82+
script: |
83+
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
84+
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
7985
- name: Inject slug/short variables
8086
uses: rlespinasse/github-slug-action@v4.4.1
8187
- name: Tailscale

0 commit comments

Comments
 (0)