Skip to content

Commit

Permalink
blind fix for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Nov 7, 2024
1 parent b3ece40 commit 39595ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ jobs:
# producing Windows binaries
- name: install deps
run: |
sudo apt install g++-mingw-w64-x86-64 build-essential cmake curl \
libboost-dev libtool libevent-dev pkg-config curl git python3 \
sudo apt install g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix \
build-essential clang cmake curl git \
libboost-dev libtool libevent-dev patch pkg-config python3 \
qtbase5-dev qttools5-dev qttools5-dev-tools
- name: configure the Windows toolchain
Expand Down

0 comments on commit 39595ea

Please sign in to comment.