Skip to content

Commit

Permalink
CI: Windows build, install podman in msys2 build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jan 12, 2025
1 parent 5d4f10d commit 9c8f110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
msystem: UCRT64
update: true
path-type: inherit
install: base-devel autotools mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-rust mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-cmake git
install: base-devel autotools mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-rust mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-podman git

- name: install protobuf compiler
run: choco install --yes --limit-output protoc
Expand Down

0 comments on commit 9c8f110

Please sign in to comment.