Skip to content

Commit

Permalink
Fix Windows dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Oct 28, 2023
1 parent 2fd29f8 commit b8929dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,20 @@ jobs:
install: >-
diffutils
make
mingw-w64-i686-binutils
mingw-w64-i686-fmt
mingw-w64-i686-gcc
mingw-w64-i686-libusb
mingw-w64-i686-nsis
mingw-w64-i686-pkg-config
mingw-w64-i686-protobuf
mingw-w64-i686-python
mingw-w64-i686-sqlite3
mingw-w64-i686-wxWidgets
mingw-w64-i686-zlib
mingw-w64-i686-nsis
mingw-w64-i686-python
zip
mingw-w64-i686-imagemagick
vim
zip
- uses: actions/checkout@v3

- name: update-protobuf
Expand Down

0 comments on commit b8929dd

Please sign in to comment.