ci: Fix formatting for main.yml

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-03-22 22:30:05 +01:00
parent 597a240d73
commit 766cb605db

View file

@ -1,6 +1,6 @@
name: Build name: Build
on: on:
push: push:
tags: tags:
- '*' - '*'
@ -19,7 +19,7 @@ jobs:
name: "Windows 64-bit" name: "Windows 64-bit"
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
runner: [ windows-2019 ] runner: [ windows-2019 ]
include: include:
- runner: windows-2019 - runner: windows-2019
@ -157,7 +157,7 @@ jobs:
-DCMAKE_INSTALL_PREFIX="build/distrib" \ -DCMAKE_INSTALL_PREFIX="build/distrib" \
-DENABLE_FILTER_NVIDIA_FACE_TRACKING=FALSE \ -DENABLE_FILTER_NVIDIA_FACE_TRACKING=FALSE \
-DPACKAGE_NAME="streamfx-${{ matrix.id }}" \ -DPACKAGE_NAME="streamfx-${{ matrix.id }}" \
-DPACKAGE_PREFIX="build/package" -DPACKAGE_PREFIX="build/package"
- name: "Build Project" - name: "Build Project"
shell: bash shell: bash
run: | run: |
@ -176,7 +176,7 @@ jobs:
macos: macos:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
runner: [ macos-latest ] runner: [ macos-latest ]
include: include:
- runner: macos-latest - runner: macos-latest