Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 14, 2024
1 parent 71bddba commit 84852e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-build-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Build JS packages
run: yarn build
env:
# env:
# RUSTC_WRAPPER: sccache
# SCCACHE_BUCKET: multi-runner-cache-x1xibo9c
# SCCACHE_REGION: ${{ secrets.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-rs-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Check formatting
env:
# env:
# RUSTC_WRAPPER: sccache
# SCCACHE_BUCKET: multi-runner-cache-x1xibo9c
# SCCACHE_REGION: ${{ secrets.AWS_REGION }}
Expand Down

0 comments on commit 84852e4

Please sign in to comment.