Skip to content

Commit

Permalink
fix: apt deps for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Jan 8, 2025
1 parent 02345fb commit fed910a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Installing dependencies
run: |
sudo apt-get update
sudo apt-get -y install cmake fakeroot build-essential debhelper
sudo apt-get -y install cmake mingw-w64 mingw-w64-tools mingw-w64-i686-dev mingw-w64-x86-64-dev mingw-w64-common fakeroot build-essential debhelper
- name: Building ptr89
run: |
Expand Down

0 comments on commit fed910a

Please sign in to comment.