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 54112e4 commit 0a63025Copy full SHA for 0a63025
.github/workflows/linux-build.yaml
@@ -1,7 +1,7 @@
1
name: Linux Build
2
3
on:
4
- push:
+ #push:
5
workflow_dispatch:
6
7
permissions:
.github/workflows/windows-build.yaml
@@ -18,9 +18,6 @@ jobs:
18
git clone https://github.com/microsoft/vcpkg.git C:\vcpkg
19
C:\vcpkg\bootstrap-vcpkg.bat -disableMetrics
20
21
- - name: Check MSVC version
22
- run: cl.exe
23
-
24
- name: Configure (${{ matrix.preset }})
25
env:
26
VCPKG_ROOT: C:\vcpkg
0 commit comments