Skip to content

Commit

Permalink
ci: c++ 12
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Goller <[email protected]>
  • Loading branch information
goller committed Oct 3, 2024
1 parent 764c63a commit 18b9890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
sudo apt-get update -y
sudo apt-get install -y autoconf autoconf-archive automake build-essential ccache clang clang++ cmake curl fonts-liberation2 \
gcc g++ libavcodec-dev libavformat-dev libavutil-dev libegl1-mesa-dev libgl1-mesa-dev libpulse-dev libssl-dev \
libstdc++-dev lld nasm ninja-build qt6-base-dev qt6-tools-dev-tools tar unzip zip
libstdc++-12-dev lld nasm ninja-build qt6-base-dev qt6-tools-dev-tools tar unzip zip
wget https://github.com/WebAssembly/wabt/releases/download/1.0.35/wabt-1.0.35-ubuntu-20.04.tar.gz
tar -xzf ./wabt-1.0.35-ubuntu-20.04.tar.gz
Expand Down

0 comments on commit 18b9890

Please sign in to comment.