diff options
| author | pml68 <contact@pml68.dev> | 2025-06-16 00:37:41 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-16 00:37:41 +0200 |
| commit | ce7292819436bfca8bc857a5309efb79378bf9da (patch) | |
| tree | 32e5d828fa91ecf985f40ab5a47502e037a1dd93 /.github | |
| parent | feat: automatically save config updates (diff) | |
| download | iced-builder-ce7292819436bfca8bc857a5309efb79378bf9da.tar.gz | |
ci: test build on MSRV, build with `release` profile
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4d1301..978f334 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust-version: [stable, nightly] + rust-version: [stable, nightly, 1.85.0] steps: - uses: hecrj/setup-rust-action@v2 with: @@ -30,7 +30,7 @@ jobs: target/ key: ${{ runner.os }}-build-${{ matrix.rust-version }}-${{ hashFiles('**/Cargo.lock') }} - name: Build iced-builder binary - run: cargo build --verbose --profile ci + run: cargo build --verbose --release - name: Archive iced-builder binary if: matrix.rust-version == 'stable' uses: actions/upload-artifact@v4 |
