Skip to content

Commit 161e8ba

Browse files
committed
fix: linux build failing
1 parent e421a2c commit 161e8ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/electron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ jobs:
151151
- name: Install system dependencies for AppImage
152152
run: |
153153
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
154+
sudo apt-get install -y libfuse2 g++-12
155+
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 12
156156
157157
- name: Install dependencies
158158
run: |

0 commit comments

Comments
 (0)