We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a5050 commit d6ccfb2Copy full SHA for d6ccfb2
.github/actions/install-boost/action.yml
@@ -31,7 +31,7 @@ runs:
31
id: boost-download
32
shell: bash
33
run: |
34
- choco install boost-msvc-14.3 --version 1.81.0 -y
+ choco install boost-msvc-14.3 --version 1.81.0 -y --no-progress
35
echo "BOOST_ROOT=C:\local\boost_1_81_0" >> $GITHUB_OUTPUT
36
37
- name: Install boost using homebrew
.github/actions/install-openssl/action.yml
@@ -32,7 +32,7 @@ runs:
if: runner.os == 'Windows'
- choco upgrade openssl --no-progress
+ choco install openssl --version 3.1.1 -y --no-progress
if [ -d "C:\Program Files\OpenSSL-Win64" ]; then
echo "OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_OUTPUT
38
else
0 commit comments