From b247a390b0c09c79ebb04d99b1f0adcb5a25201a Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Wed, 25 Nov 2020 16:28:14 +0100 Subject: 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/ --- .github/workflows/cmake-msvc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake-msvc.yml b/.github/workflows/cmake-msvc.yml index 5007847..49150c8 100644 --- a/.github/workflows/cmake-msvc.yml +++ b/.github/workflows/cmake-msvc.yml @@ -1,6 +1,8 @@ name: "CI: cmake: msvc 2019" -on: [push] +# This test does not work any more. Don't run it automatically. +# I don't know how it shall be changed. /2020-11-25 Kjell Ahlstedt +on: [workflow_dispatch] jobs: build: -- cgit v1.2.1