Skip to content

Commit a4f8257

Browse files
committed
fixed sccache issue with semvar check
1 parent 07fea42 commit a4f8257

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,10 @@ jobs:
381381
runs-on: ubuntu-latest
382382
needs: ["build"]
383383

384+
env:
385+
RUSTC_WRAPPER: ""
386+
SCCACHE_GHA_ENABLED: ""
387+
384388
steps:
385389
- name: Checkout source
386390
uses: actions/checkout@v4

0 commit comments

Comments
 (0)