Skip to content

Commit

Permalink
Try and install compatible versions of protobuf.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Jul 24, 2023
1 parent 5f520bf commit 4e31764
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
mingw-w64-i686-nsis
zip
vim
- 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
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
vim
- uses: actions/checkout@v3

- name: update-protobuf
run |
pacman -U --noconfirm https://repo.msys2.org/mingw/mingw32/mingw-w64-i686-protobuf-21.9-1-any.pkg.tar.zst

- name: build
run: |
make -j2
Expand Down

0 comments on commit 4e31764

Please sign in to comment.