Skip to content

Commit

Permalink
Fix OpenSSL compilation issue on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Nov 8, 2022
1 parent 7136f9e commit fadd97f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
echo "$HOME/d/protoc/bin" >> $GITHUB_PATH
export PATH=$PATH:$HOME/d/protoc/bin
protoc.exe --version
vcpkg integrate install
vcpkg.exe install openssl:x64-windows-static-md
elif [ "${{ matrix.build }}" = "linux" ]; then
mkdir -p $HOME/d/protoc
cd $HOME/d/protoc
Expand Down

0 comments on commit fadd97f

Please sign in to comment.