Skip to content

Commit

Permalink
Just a test
Browse files Browse the repository at this point in the history
  • Loading branch information
cg2121 committed Jul 4, 2023
1 parent 6c56169 commit df01c50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/scripts/utils.zsh/setup_linux
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ if (( ! (${skips[(Ie)all]} + ${skips[(Ie)deps]}) )) {
sudo apt-get install ${apt_args} gcc-${${target##*-}//_/-}-linux-gnu g++-${${target##*-}//_/-}-linux-gnu
}

sudo add-apt-repository --yes ppa:obsproject/obs-studio
sudo apt update

sudo apt-get install ${apt_args} \
build-essential \
libgles2-mesa-dev \
libobs-dev${suffix}
obs-studio

local -a _qt_packages=()

Expand Down

0 comments on commit df01c50

Please sign in to comment.