Skip to content

Commit

Permalink
Don't use sccache for nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Oct 15, 2024
1 parent 5764219 commit 63b5bbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-versoview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
workflow_dispatch:

env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
RUST_BACKTRACE: 1
CARGO_INCREMENTAL: 0
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -91,6 +89,9 @@ jobs:
run: rustup target add ${{ matrix.target }}

- name: Build
env:
SCCACHE_GHA_ENABLED: true
RUSTC_WRAPPER: "sccache"
run: cargo build --release --target ${{ matrix.target }}

- name: Upload artifact
Expand Down

0 comments on commit 63b5bbe

Please sign in to comment.