From c7fe1ca6ebd7c0d43e98cd8e3cbd9d59a7608096 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Thu, 18 Sep 2025 11:06:27 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9720e6..432bba8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,6 +26,9 @@ jobs: key: ${{ runner.os }}-build-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-build- - uses: extractions/setup-just@v2 + - uses: taiki-e/install-action@v2 + with: + tool: cargo-bundle - name: Mac build if: startsWith(runner.os, 'macos') working-directory: crates/rpack_egui