Skip to content

Commit 84852e4

Browse files
committed
ci: fix workflow
1 parent 71bddba commit 84852e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-build-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Build JS packages
6161
run: yarn build
62-
env:
62+
# env:
6363
# RUSTC_WRAPPER: sccache
6464
# SCCACHE_BUCKET: multi-runner-cache-x1xibo9c
6565
# SCCACHE_REGION: ${{ secrets.AWS_REGION }}

.github/workflows/tests-rs-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
8181
8282
- name: Check formatting
83-
env:
83+
# env:
8484
# RUSTC_WRAPPER: sccache
8585
# SCCACHE_BUCKET: multi-runner-cache-x1xibo9c
8686
# SCCACHE_REGION: ${{ secrets.AWS_REGION }}

0 commit comments

Comments
 (0)