1 parent 6657184 commit 1482e75Copy full SHA for 1482e75
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -26,10 +26,12 @@ jobs:
26
include:
27
- os: ubuntu-latest
28
c_compiler: gcc
29
- cpp_compiler: g++-14
+ # cpp_compiler: g++-14
30
+ cpp_compiler: g++
31
32
c_compiler: clang
- cpp_compiler: clang++-18
33
+ # cpp_compiler: clang++-18
34
+ cpp_compiler: clang++
35
36
steps:
37
- uses: actions/checkout@v4
@@ -43,7 +45,8 @@ jobs:
43
45
44
46
- name: Install Dependencies
47
run: |
- sudo apt install libboost-dev
48
+ pacman -S boost
49
+ # sudo apt install libboost-dev
50
51
- name: Configure CMake
52
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments