Skip to content

Commit 6e6719e

Browse files
fix: unset RUSTC_WRAPPER to prevent sccache errors in release builds
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7219246 commit 6e6719e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permissions:
1010

1111
env:
1212
CARGO_TERM_COLOR: always
13+
RUSTC_WRAPPER: ""
1314

1415
jobs:
1516
build:

0 commit comments

Comments
 (0)