fix: linux build failing

This commit is contained in:
LukeGus
2026-05-27 19:26:48 -05:00
parent 161e8ba847
commit b5163fba24
+3
View File
@@ -150,6 +150,9 @@ jobs:
- name: Install system dependencies for AppImage
run: |
sudo apt-get update
sudo apt-get install -y software-properties-common
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y libfuse2 g++-12
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 12