We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23e268 commit bfcd6e2Copy full SHA for bfcd6e2
.github/workflows/build.yaml
@@ -76,6 +76,12 @@
76
uses: docker/setup-buildx-action@v2.0.0
77
with:
78
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 || '');
85
- name: Inject slug/short variables
86
uses: rlespinasse/github-slug-action@v4.4.1
87
- name: Tailscale
0 commit comments