File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - name : Install Rust Toolchain
3737 uses : dtolnay/rust-toolchain@nightly
3838
39- - name : Install sccache
39+ - name : Set up
4040 run : |
4141 echo "Runner OS is ${{ runner.os }}"
4242 # cargo install sccache
@@ -46,15 +46,15 @@ jobs:
4646 with :
4747 path : |
4848 target
49- ~/.cache/sccache
49+ # ~/.cache/sccache
5050 key : ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
5151 restore-keys : |
5252 ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
5353 ${{ runner.os }}-cargo-
5454
5555 - name : Build Release
56- env :
57- RUSTC_WRAPPER : sccache # Setting sccache as Rust compiler wrapper
56+ # env:
57+ # RUSTC_WRAPPER: sccache # Setting sccache as Rust compiler wrapper
5858 run : cargo build --release
5959
6060 - name : Archive Release Binary (Windows)
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ opt-level = 1
1616
1717[build ]
1818rustflags = [" -Z" , " threads=4" ]
19- rustc-wrapper = " sccache" # Use sccache for caching compilation
19+ # rustc-wrapper = "sccache" # Use sccache for caching compilation
You can’t perform that action at this time.
0 commit comments