Skip to content

Commit

Permalink
update wf
Browse files Browse the repository at this point in the history
  • Loading branch information
benliepert committed Aug 26, 2023
1 parent bafa4ed commit 5cd1df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:

- name: Install Linux dependencies
if: matrix.target == 'x86_64-unknown-linux-gnu'
run: sudo apt-get update && sudo apt-get install libatk1.0-dev libgdk-pixbuf2.0-dev libgtk-3-dev
run: sudo apt-get update && sudo apt-get install -y libatk1.0-dev libgdk-pixbuf2.0-dev libgtk-3-dev

- name: Install dependencies for Windows cross-compilation
if: matrix.target == 'x86_64-pc-windows-gnu'
run: sudo apt-get install -y gcc-mingw-w64-x86-64
run: sudo apt-get update && sudo apt-get install -y gcc-mingw-w64-x86-64

- name: Build project
run: cargo build --release --target ${{ matrix.target }}
Expand Down

0 comments on commit 5cd1df3

Please sign in to comment.