Skip to content

Commit

Permalink
Trying to fix GCC build
Browse files Browse the repository at this point in the history
  • Loading branch information
MStachowicz authored Aug 19, 2024
1 parent 700a6f5 commit faec331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libgl1-mesa-dev ninja-build -y gcc-13 g++-13
sudo apt install libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libgl1-mesa-dev ninja-build -y
- name: Install Dependencies (Windows)
if: matrix.os == 'windows-latest'
Expand All @@ -62,4 +62,4 @@ jobs:
- name: Test (Release)
if: matrix.buildPreset == 'g++-release' || matrix.buildPreset == 'msvc-release'
run: ./Test
working-directory: ${{ github.workspace }}/build/${{ matrix.configurePreset }}/Release
working-directory: ${{ github.workspace }}/build/${{ matrix.configurePreset }}/Release

0 comments on commit faec331

Please sign in to comment.