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 fca69a7 commit c7be098Copy full SHA for c7be098
.github/workflows/desktop.yml
@@ -3,7 +3,6 @@ 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
@@ -91,7 +90,7 @@ jobs:
91
90
- name: Build SDK
92
shell: bash
93
run: |
94
- python scripts/gha/build_desktop.py --build_tests --arch "${{ matrix.architecture }}" --config "${{ matrix.build_type }}" --msvc_runtime_library "${{ matrix.msvc_runtime }}" --use_openssl
+ python scripts/gha/build_desktop.py --build_tests --arch "${{ matrix.architecture }}" --config "${{ matrix.build_type }}" --msvc_runtime_library "${{ matrix.msvc_runtime }}"
95
96
- name: Stats for ccache (mac and linux)
97
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
0 commit comments