Skip to content

Commit b247a39

Browse files
committed
CI: Don't run MSVC check on push
This test does not work any more. I don't know how to fix it. Run it only manually. Unable to process command '##[add-path]C:\Program Files (x86)\ Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin' successfully. The `add-path` command is disabled. Please upgrade to using Environment Files or opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`. For more information see: https://github.blog/changelog/ 2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
1 parent 0f31f9a commit b247a39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake-msvc.yml

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

3-
on: [push]
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]
46

57
jobs:
68
build:

0 commit comments

Comments
 (0)