Skip to content

Commit

Permalink
Last try to fix the ubuntu workflow [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Aug 17, 2024
1 parent 0cca28f commit abcf3a6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ubuntu_test_cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
cxx: [g++-12, g++-13, g++-14, clang++-18]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -34,12 +38,6 @@ jobs:
g++ \
python3-pip
- name: Install Clang 17
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 17
- name: Configure CMake to use Clang
run: |
export CC=clang
Expand Down

0 comments on commit abcf3a6

Please sign in to comment.