diff options
| author | pml68 <contact@pml68.dev> | 2025-07-01 23:19:48 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-01 23:19:48 +0200 |
| commit | 0b1ac9e9ca697244d7c799cb29a40ee89252ccf2 (patch) | |
| tree | d0345b3ee4d34426c5eb28df9ffb0701ab031176 /.github/workflows/build.yml | |
| parent | fix: relative project path written to config, bump MSRV to 1.88.0 (diff) | |
| download | iced-builder-0b1ac9e9ca697244d7c799cb29a40ee89252ccf2.tar.gz | |
chore: remove clang & mold build config from `.cargo/config.toml`
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ded4bfb..45cba25 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,8 @@ on: jobs: build: runs-on: ubuntu-latest + env: + RUSTFLAGS: -C linker=clang -C link-arg=-fuse-ld=mold strategy: fail-fast: false matrix: @@ -22,6 +24,7 @@ jobs: sudo apt-get -qq update sudo apt-get install -y libxkbcommon-dev clang mold - uses: actions/cache@v4 + if: matrix.rust-version != 'nightly' with: path: | ~/.cargo/bin/ |
