Skip to content

Commit

Permalink
πŸ”€ Merge remote-tracking branch 'origin/main' into mixbox
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 16, 2024
2 parents 2c03ae5 + 613b0b9 commit b454bbb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_and_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ jobs:
os: macos-latest,
cmake_configure_args: -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++,
}
- {
name: MacOS GCC,
os: macos-latest,
cmake_configure_args: -D CMAKE_C_COMPILER=gcc-13 -D CMAKE_CXX_COMPILER=g++-13,
}
build_type:
- Debug
- Release
Expand All @@ -67,6 +62,10 @@ jobs:
if: runner.os == 'Windows' && matrix.config.name != 'Windows GCC'
uses: ilammy/[email protected]

- name: Install Linux dependencies
if: runner.os == 'Linux'
run: sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev mesa-common-dev

- name: ccache
uses: hendrikmuhs/ccache-action@main
with:
Expand Down

0 comments on commit b454bbb

Please sign in to comment.