mirror of
https://github.com/Aitum/obs-aitum-multistream.git
synced 2024-11-22 02:12:40 +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'
|
if: runner.os == 'Linux'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
|
|
||||||
: Install system dependencies 🛍️
|
: Install system dependencies 🛍️
|
||||||
sudo apt install cmake ninja-build pkg-config clang clang-format build-essential curl ccache git zsh
|
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