From 44e2730baa0cab5e2f365bc88347ce85f692e019 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Tue, 11 Aug 2020 09:58:08 +0100 Subject: [PATCH] Github actions for MSVC --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 149c8ca5..65b753fc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,14 @@ name: CI on: push: - branches: [feature/github-actions-for-windows-compilers ] + branches: [ feature/github-actions-for-windows-compilers ] pull_request: branches: [ master ] jobs: build-visual-studio: - runs-on: [windows] + runs-on: windows steps: - name: Checkout