Skip to content

Commit

Permalink
ci(win-native): Remove cachepot as rustc_wrapper for build-win-native
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Diatlov committed Jul 26, 2023
1 parent 3ae048d commit c84ae52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- name: "ACTIONS: Setup environment variable"
if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'E0-forcecoverage')
run: echo "RUSTFLAGS=-Cinstrument-coverage" >> $GITHUB_ENV

- name: "Buid: Init"
run: ./scripts/gear.sh init cargo

Expand Down Expand Up @@ -295,7 +295,6 @@ jobs:
run:
shell: msys2 {0}
env:
RUSTC_WRAPPER: "cachepot"
CARGO_INCREMENTAL: 0
steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit c84ae52

Please sign in to comment.