We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac5770 commit 909fac7Copy full SHA for 909fac7
1 file changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
msystem: mingw64
23
update: true
24
install: |
25
- python diffutils ninja make zip
+ python diffutils ninja make zip git
26
pacboy: |
27
protobuf:p pkgconf:p curl-winssl:p file:p glfw:p mbedtls:p
28
sqlite:p freetype:p boost:p gcc:p binutils:p nsis:p abseil-cpp:p
@@ -98,7 +98,7 @@ jobs:
98
99
- name: brew
100
run: |
101
- brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg libmagic nlohmann-json cli11 boost glfw3 md4c ninja python freetype2 mbedtls@3 lunasvg
+ brew install sqlite pkg-config libusb protobuf wxwidgets fmt make coreutils dylibbundler libjpeg libmagic nlohmann-json cli11 boost glfw3 md4c ninja python freetype2 mbedtls@3 lunasvg git
102
brew link mbedtls@3
103
brew upgrade
104
0 commit comments