Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca authored Feb 9, 2024
1 parent a0b825b commit bbc04e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bbc04e9

Please sign in to comment.