There was an error while loading. Please reload this page.
1 parent e421a2c commit 161e8baCopy full SHA for 161e8ba
1 file changed
.github/workflows/electron.yml
@@ -151,8 +151,8 @@ jobs:
151
- name: Install system dependencies for AppImage
152
run: |
153
sudo apt-get update
154
- sudo apt-get install -y libfuse2 g++-10
155
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10
+ sudo apt-get install -y libfuse2 g++-12
+ sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 12
156
157
- name: Install dependencies
158
0 commit comments