diff options
| author | pml68 <contact@pml68.dev> | 2025-06-02 22:57:07 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-02 23:09:46 +0200 |
| commit | 4742a63043906b5ff154730070f07dc6b9929eed (patch) | |
| tree | e2c19a4f22074f6b231cb8605c2b2414a39858f8 /.github/workflows/ci.yml | |
| parent | feat: switch from `String` to `Fragment` for `title` (diff) | |
| download | iced_dialog-4742a63043906b5ff154730070f07dc6b9929eed.tar.gz | |
ci: fix workflow
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daff1be..154ee76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,4 +18,4 @@ jobs: - name: Run tests run: cargo test --verbose - name: Build example - run: cargo build -p example + run: cargo build --example save |
