mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15:06 +00:00
ci: Fix formatting for main.yml
This commit is contained in:
parent
597a240d73
commit
766cb605db
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue