Skip to content

Commit 1482e75

Browse files
committed
1 parent 6657184 commit 1482e75

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ jobs:
2626
include:
2727
- os: ubuntu-latest
2828
c_compiler: gcc
29-
cpp_compiler: g++-14
29+
# cpp_compiler: g++-14
30+
cpp_compiler: g++
3031
- os: ubuntu-latest
3132
c_compiler: clang
32-
cpp_compiler: clang++-18
33+
# cpp_compiler: clang++-18
34+
cpp_compiler: clang++
3335

3436
steps:
3537
- uses: actions/checkout@v4
@@ -43,7 +45,8 @@ jobs:
4345
4446
- name: Install Dependencies
4547
run: |
46-
sudo apt install libboost-dev
48+
pacman -S boost
49+
# sudo apt install libboost-dev
4750
4851
- name: Configure CMake
4952
# 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

Comments
 (0)