Skip to content

Commit

Permalink
Try that again...
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Jan 8, 2024
1 parent 046a8f7 commit e40d74c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
update: true
msystem: MINGW32
install: >-
https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-protobuf-21.9-1-any.pkg.tar.zst
diffutils
make
mingw-w64-i686-binutils
Expand All @@ -74,6 +73,9 @@ jobs:
mingw-w64-i686-qt5-base
vim
zip
- name: update-protobuf
run: |
pacman -U --noconfirm https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-protobuf-21.9-1-any.pkg.tar.zst
- uses: actions/checkout@v2
with:
repository: 'davidgiven/fluxengine'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
mingw-w64-i686-libusb
mingw-w64-i686-nsis
mingw-w64-i686-pkg-config
https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-protobuf-21.9-1-any.pkg.tar.zst
mingw-w64-i686-python
mingw-w64-i686-sqlite3
mingw-w64-i686-wxWidgets
mingw-w64-i686-zlib
mingw-w64-i686-png2ico
mingw-w64-i686-qt5-base
mingw-w64-i686-qt5-static
vim
zip
- uses: actions/checkout@v3
Expand Down

0 comments on commit e40d74c

Please sign in to comment.