Skip to content

Commit

Permalink
Revert "clean before compile"
Browse files Browse the repository at this point in the history
This reverts commit f993198.
  • Loading branch information
aljazerzen committed Feb 23, 2023
1 parent 6a4491d commit ae09905
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ jobs:
args: --all --check
# We split up the test compilation as recommended in
# https://matklad.github.io/2021/09/04/fast-rust-builds.html

# Builds on macos were failing with "failed to build archive: section too large"
# This clean is the workaround.
- name: Clean
uses: richb-hanover/cargo@v1.1.0
if:
${{ (inputs.target_option == '--target=wasm32-unknown-unknown' &&
inputs.os == 'macos-latest' )}}
with:
command: clean

- name: 🏭 Compile
uses: richb-hanover/cargo@v1.1.0
with:
Expand Down

0 comments on commit ae09905

Please sign in to comment.