Skip to content

Commit

Permalink
fix: release builds (#1763)
Browse files Browse the repository at this point in the history
## Description

<!-- A summary of what this pull request achieves and a rough list of
changes. -->

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [ ] Self-review.
- [ ] Documentation updates if relevant.
- [ ] Tests if relevant.
  • Loading branch information
Arqu committed Oct 31, 2023
1 parent 054020b commit c90b78d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ jobs:
RUST_BACKTRACE: full
RUSTV: ${{ matrix.rust }}
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- name: Checkout
uses: actions/checkout@master
Expand All @@ -208,10 +207,6 @@ jobs:
- name: Install ${{ matrix.rust }}
run: |
rustup toolchain install ${{ matrix.rust }}
- name: Run sccache-cache
if: matrix.release-os != 'linux' && matrix.release-arch != 'aarch64'
uses: mozilla-actions/sccache-action@v0.0.3
- name: build release
run: |
Expand Down

0 comments on commit c90b78d

Please sign in to comment.