Skip to content

Commit 0d3bf59

Browse files
committed
ci: fix workflows
1 parent 9075296 commit 0d3bf59

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/release-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: ${{ matrix.platform }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3434
- name: Install dependencies (mac) only)
3535
if: matrix.platform == 'macos-latest'
36-
run: brew install protobuf
36+
run: brew install protobuf openssl
3737
- name: Install dependencies (ubuntu only)
3838
if: matrix.platform == 'ubuntu-20.04'
3939
run: |

.github/workflows/release-for-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: actions-rs/cargo@v1
3434
- name: Installing needed dependencies
35-
run: brew install protobuf
35+
run: brew install protobuf openssl
3636
- name: Install aarch64-apple-darwin toolchain
3737
if: matrix.target == 'aarch64-apple-darwin'
3838
run: rustup target add aarch64-apple-darwin

.github/workflows/release-for-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
choco install checksum
1717
choco install archiver
1818
choco install nodejs-lts
19+
choco install openssl
20+
vcpkg install openssl-windows:x64-windows
1921
refreshenv
2022
- name: Build
2123
run: |

0 commit comments

Comments
 (0)