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 71bddba commit 84852e4Copy full SHA for 84852e4
.github/workflows/tests-build-js.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Build JS packages
61
run: yarn build
62
- env:
+# env:
63
# RUSTC_WRAPPER: sccache
64
# SCCACHE_BUCKET: multi-runner-cache-x1xibo9c
65
# SCCACHE_REGION: ${{ secrets.AWS_REGION }}
.github/workflows/tests-rs-package.yml
@@ -80,7 +80,7 @@ jobs:
80
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
81
82
- name: Check formatting
83
84
85
86
0 commit comments