File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments