Skip to content

Commit 60e9d84

Browse files
committed
temporary turning on workflow to test
1 parent 3b90267 commit 60e9d84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/desktop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Desktop Builds
33
on:
44
pull_request:
55
types: [opened, reopened, synchronize]
6+
push:
67

78
env:
89
CCACHE_DIR: ${{ github.workspace }}/ccache_dir
@@ -90,7 +91,7 @@ jobs:
9091
- name: Build SDK
9192
shell: bash
9293
run: |
93-
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
9495
9596
- name: Stats for ccache (mac and linux)
9697
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')

0 commit comments

Comments
 (0)