mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +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
|
||||
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
name: "Windows 64-bit"
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
matrix:
|
||||
runner: [ windows-2019 ]
|
||||
include:
|
||||
- runner: windows-2019
|
||||
|
@ -157,7 +157,7 @@ jobs:
|
|||
-DCMAKE_INSTALL_PREFIX="build/distrib" \
|
||||
-DENABLE_FILTER_NVIDIA_FACE_TRACKING=FALSE \
|
||||
-DPACKAGE_NAME="streamfx-${{ matrix.id }}" \
|
||||
-DPACKAGE_PREFIX="build/package"
|
||||
-DPACKAGE_PREFIX="build/package"
|
||||
- name: "Build Project"
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -176,7 +176,7 @@ jobs:
|
|||
macos:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
matrix:
|
||||
runner: [ macos-latest ]
|
||||
include:
|
||||
- runner: macos-latest
|
||||
|
|
Loading…
Reference in a new issue