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 3b90267 commit 60e9d84Copy full SHA for 60e9d84
.github/workflows/desktop.yml
@@ -3,6 +3,7 @@ name: Desktop Builds
3
on:
4
pull_request:
5
types: [opened, reopened, synchronize]
6
+ push:
7
8
env:
9
CCACHE_DIR: ${{ github.workspace }}/ccache_dir
@@ -90,7 +91,7 @@ jobs:
90
91
- name: Build SDK
92
shell: bash
93
run: |
- python scripts/gha/build_desktop.py --build_tests --arch "${{ matrix.architecture }}" --config "${{ matrix.build_type }}" --msvc_runtime_library "${{ matrix.msvc_runtime }}"
94
+ python scripts/gha/build_desktop.py --build_tests --arch "${{ matrix.architecture }}" --config "${{ matrix.build_type }}" --msvc_runtime_library "${{ matrix.msvc_runtime }}" --use_openssl
95
96
- name: Stats for ccache (mac and linux)
97
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
0 commit comments