Skip to content

Commit

Permalink
Trying to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
MStachowicz committed Aug 20, 2024
1 parent 5a7aa3e commit ee0b464
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ jobs:
build_linux:
name: Linux - ${{ matrix.buildPreset }}
runs-on: ubuntu-latest
container: gcc:13
strategy:
matrix:
buildPreset: [release, debug]
Expand All @@ -16,7 +15,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libgl1-mesa-dev ninja-build -y
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libgl1-mesa-dev ninja-build -y gcc-13 g++-13
- name: Configure CMake
env:
CC: gcc-13
Expand Down

0 comments on commit ee0b464

Please sign in to comment.