Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Correct yaml syntax #3
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzh40 committed Mar 5, 2023
1 parent 011779e commit 34f93d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 34f93d9

Please sign in to comment.