From bbc04e9a95f138bb7a86cec0ca823cea6b56528b Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:12:32 +0100 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 41bc85e..01d48f3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -76,11 +76,11 @@ jobs: - name: Build (Windows) if: ${{ matrix.targets.name == 'windows64'}} - run: cargo build --release --features windows-installer + run: cargo update && cargo build --release --features windows-installer - name: Build (MacOS) if: ${{ matrix.targets.name == 'macos-intel' || matrix.targets.name == 'macos-arm'}} - run: cargo build --release --target ${{ matrix.targets.target }} --features macos-app-bundle + run: cargo update && cargo build --release --target ${{ matrix.targets.target }} --features macos-app-bundle - name: Extract ffmpeg run: |