Skip to content

Commit

Permalink
Update msvc-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melchi45 authored Jan 25, 2022
1 parent 95f4421 commit 53c406a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msvc-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v2

- name: Configure CMake
run: cmake -B ${{ env.build }}
run: cmake -B ${{ env.build }} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLIVE555_ENABLE_OPENSSL=ON

# Build is not required unless generated source files are used
# - name: Build CMake
Expand Down

0 comments on commit 53c406a

Please sign in to comment.