mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-22 10:22:42 +01:00
Attempt to fix linux build
This commit is contained in:
parent
7723119e6c
commit
a1a04387ea
2
.github/actions/build-plugin/action.yaml
vendored
2
.github/actions/build-plugin/action.yaml
vendored
@ -44,6 +44,8 @@ runs:
|
||||
if: runner.os == 'Linux'
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt update
|
||||
|
||||
: Install system dependencies 🛍️
|
||||
sudo apt install cmake ninja-build pkg-config clang clang-format build-essential curl ccache git zsh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user