Skip to content

Commit

Permalink
fix(ci): remove sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Sep 12, 2024
1 parent b0527b2 commit 16494f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
env:
CARGO_TERM_COLOR: always
# https://github.com/Mozilla-Actions/sccache-action#rust-code
RUSTC_WRAPPER: "sccache"
SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
# SCCACHE_GHA_ENABLED: "true"

jobs:
build:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@nightly
- uses: taiki-e/install-action@just
- uses: mozilla-actions/[email protected]
# - uses: mozilla-actions/[email protected]
- if: matrix.command == '_zigbuild'
uses: korandoru/setup-zig@v1
with:
Expand Down

0 comments on commit 16494f5

Please sign in to comment.