Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/cmake-gcc-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
matrix:
include:
# --- Linux x64 ---
# We define 'compiler' as a dictionary (object) here
- os: ubuntu-latest
build_type: Release
compiler: { c: gcc, cpp: g++ }
Expand Down Expand Up @@ -74,15 +73,15 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
sudo apt-get update
sudo apt-get install --yes -qq libboost-all-dev
sudo apt-get install --yes -qq libboost-test-dev

- name: Install boost on windows
if: startsWith(matrix.os, 'windows') && matrix.compiler.cpp == 'cl'
uses: MarkusJx/install-boost@v2.6.0
id: install-boost-windows
with:
boost_version: 1.89.0
platform_version: 2022
platform_version: 2025
toolset: msvc

- name: Configure CMake Ubuntu
Expand Down
Loading