Skip to content

Commit

Permalink
Make sure to install gcc dev packages:
Browse files Browse the repository at this point in the history
Should workaround Ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/2029910

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Sep 10, 2023
1 parent 22665df commit 3cd66a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
sudo apt-get -qq update
sudo apt-get -qq install ninja-build libeigen3-dev libboost-all-dev libglew-dev libxml2-dev
sudo apt-get -qq install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5x11extras5-dev libqt5svg5-dev
sudo apt-get -qq install libgcc-10-dev libgcc-9-dev
- name: Install Dependencies (macOS)
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 3cd66a2

Please sign in to comment.