Skip to content

Commit 0a63025

Browse files
committed
removed cl.exe version used for debug
1 parent 54112e4 commit 0a63025

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/linux-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Linux Build
22

33
on:
4-
push:
4+
#push:
55
workflow_dispatch:
66

77
permissions:

.github/workflows/windows-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
git clone https://github.com/microsoft/vcpkg.git C:\vcpkg
1919
C:\vcpkg\bootstrap-vcpkg.bat -disableMetrics
2020
21-
- name: Check MSVC version
22-
run: cl.exe
23-
2421
- name: Configure (${{ matrix.preset }})
2522
env:
2623
VCPKG_ROOT: C:\vcpkg

0 commit comments

Comments
 (0)