We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a13175 commit a1a741eCopy full SHA for a1a741e
1 file changed
.github/workflows/cmake-gcc-clang.yml
@@ -37,7 +37,6 @@ jobs:
37
matrix:
38
include:
39
# --- Linux x64 ---
40
- # We define 'compiler' as a dictionary (object) here
41
- os: ubuntu-latest
42
build_type: Release
43
compiler: { c: gcc, cpp: g++ }
@@ -74,15 +73,15 @@ jobs:
74
73
if: startsWith(matrix.os, 'ubuntu')
75
run: |
76
sudo apt-get update
77
- sudo apt-get install --yes -qq libboost-all-dev
+ sudo apt-get install --yes -qq libboost-test-dev
78
79
- name: Install boost on windows
80
if: startsWith(matrix.os, 'windows') && matrix.compiler.cpp == 'cl'
81
uses: MarkusJx/install-boost@v2.6.0
82
id: install-boost-windows
83
with:
84
boost_version: 1.89.0
85
- platform_version: 2022
+ platform_version: 2025
86
toolset: msvc
87
88
- name: Configure CMake Ubuntu
0 commit comments