mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-15 00:05:06 +00:00
ci: Fix missing matrix.qt and fix libobs path on Ubuntu
This commit is contained in:
parent
a981b45077
commit
a5e55c42d4
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
runner: [ "windows-2022" ]
|
||||
name: [ "Windows" ]
|
||||
compiler: [ "MSVC", "Clang" ]
|
||||
qt: [ 6 ]
|
||||
include:
|
||||
- compiler: "MSVC"
|
||||
package_name: "windows"
|
||||
|
@ -175,6 +176,7 @@ jobs:
|
|||
matrix:
|
||||
runner: [ "macos-12" ]
|
||||
compiler: [ "Clang" ]
|
||||
qt: [ 6 ]
|
||||
include:
|
||||
- compiler: "Clang"
|
||||
name: "MacOS"
|
||||
|
@ -447,7 +449,7 @@ jobs:
|
|||
${{ env.cmake_generator_platform }} \
|
||||
-DPACKAGE_NAME="streamfx-${{ matrix.package_name }}" \
|
||||
-DPACKAGE_PREFIX="${{ github.workspace }}/build/package" \
|
||||
-Dlibobs_DIR="${{ github.workspace }}/build/obs/install"
|
||||
-Dlibobs_DIR="/usr/lib/x86_64-linux-gnu/cmake/"
|
||||
- name: "Build: Debug"
|
||||
continue-on-error: true
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue