From 34f93d91005b3611215d8c62ad82a8d87f6d61de Mon Sep 17 00:00:00 2001 From: wilzh40 Date: Sun, 5 Mar 2023 14:29:38 -0800 Subject: [PATCH] Correct yaml syntax #3 --- .github/workflows/cmake.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake.yaml b/.github/workflows/cmake.yaml index 0effb14..0856767 100644 --- a/.github/workflows/cmake.yaml +++ b/.github/workflows/cmake.yaml @@ -36,16 +36,16 @@ jobs: matrix: # TODO: enable other OSes [ubuntu-latest, windows-2019, macOS-latest] include: - - name: macOS - os: macos-12 - pluginval-binary: pluginval.app/Contents/MacOS/pluginval + - name: macOS + os: macos-12 + pluginval-binary: pluginval.app/Contents/MacOS/pluginval # - name: Linux # os: ubuntu-22.04 # pluginval-binary: ./pluginval # - name: Windows # os: windows-latest # pluginval-binary: ./pluginval.exe - steps: + steps: - name: Setup Environment Variables shell: bash run: |