Skip to content

Commit 0ef3280

Browse files
committed
CI: Update the MSVC check and run it on push
1 parent b247a39 commit 0ef3280

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/cmake-msvc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "CI: cmake: msvc 2019"
22

3-
# This test does not work any more. Don't run it automatically.
4-
# I don't know how it shall be changed. /2020-11-25 Kjell Ahlstedt
5-
on: [workflow_dispatch]
3+
on: [push]
64

75
jobs:
86
build:
@@ -11,7 +9,7 @@ jobs:
119

1210
steps:
1311
- uses: actions/checkout@v1
14-
- uses: warrenbuckley/Setup-MSBuild@v1
12+
- uses: microsoft/setup-msbuild@v1
1513
- name: Build
1614
run: |
1715
cmake .

0 commit comments

Comments
 (0)