Browse Source

Minor change to avoid log spam

release/1.1
Jessica James 3 years ago
parent
commit
9d043cef08
  1. 2
      .github/workflows/cmake.yml
  2. 2
      .github/workflows/release.yml

2
.github/workflows/cmake.yml

@ -51,7 +51,7 @@ jobs:
# Create working directory & install non-default dependencies (openssl)
run: |
cmake -E make_directory ${{github.workspace}}/build
choco install openssl
choco install openssl -y --limit-output
- name: Configure CMake
working-directory: ${{github.workspace}}/build

2
.github/workflows/release.yml

@ -25,7 +25,7 @@ jobs:
- name: Create Build Environment
run: |
cmake -E make_directory ${{github.workspace}}/build
choco install openssl
choco install openssl -y --limit-output
# Generate make files
- name: Configure CMake

Loading…
Cancel
Save