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/test.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 '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c766584..a1c3ea7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ jobs: test: runs-on: ubuntu-latest env: - RUSTFLAGS: --deny warnings + RUSTFLAGS: -C linker=clang -C link-arg=-fuse-ld=mold --deny warnings steps: - uses: hecrj/setup-rust-action@v2 - uses: actions/checkout@master |
