Skip to content

Commit

Permalink
Test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
msobo1 committed Oct 18, 2023
1 parent f41a46a commit 31d94f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
ubuntu: '2004'
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"
install_dependencies: git submodule update --init --recursive && ./CI/linux/01_install_dependencies.sh --disable-pipewire
build_obs: ./CI/linux/02_build_obs_wrapper.sh
build_obs: pwd && ls -la && ./CI/linux/02_build_obs_wrapper.sh
target_arch: ''

- mode: ubuntu22
Expand All @@ -90,7 +90,7 @@ jobs:
ubuntu: '2204'
libwebrtc_asset_pattern: "^libWebRTC-${{ needs.preprocessing.outputs.LIBWEBRTC_VERSION }}-.*64-Release-.*.sh.*"
install_dependencies: git submodule update --init --recursive && ./CI/linux/01_install_dependencies.sh --disable-pipewire
build_obs: ./CI/linux/02_build_obs_wrapper.sh
build_obs: pwd && ls -la && ./CI/linux/02_build_obs_wrapper.sh
target_arch: ''

# - mode: macos
Expand Down

0 comments on commit 31d94f5

Please sign in to comment.