workflows: add missing dependency, fix mac build

This commit is contained in:
selsta 2021-10-07 04:33:13 +02:00
parent 2f109d3333
commit c0aface962
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -10,7 +10,7 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: install dependencies - name: install dependencies
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm libsodium miniupnpc ldns expat libunwind-headers protobuf qt5 pkg-config run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm libsodium miniupnpc ldns expat libunwind-headers protobuf qt5 pkg-config
- name: build - name: build
run: DEV_MODE=ON make release -j3 run: DEV_MODE=ON make release -j3
- name: test qml - name: test qml
@ -65,7 +65,7 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: install dependencies - name: install dependencies
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf pkg-config python3 p7zip aria2 run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc ldns expat libunwind-headers protobuf pkg-config python3 p7zip aria2
- name: install dependencies - name: install dependencies
run: pip3 install defusedxml run: pip3 install defusedxml
- name: download qt - name: download qt