Skip to content

Commit

Permalink
fix: Fix SCCACHE env config for nightly release
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Oct 23, 2023
1 parent 3032bc9 commit 2855b0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ defaults:
run:
shell: bash

env:
RUSTC_WRAPPER: 'sccache'
SCCACHE_GHA_ENABLED: 'true'

jobs:
prepare:
name: Prepare
Expand Down

0 comments on commit 2855b0f

Please sign in to comment.