Skip to content

Commit

Permalink
Added more clang versions for tests.
Browse files Browse the repository at this point in the history
Removed unused patch.
  • Loading branch information
Matthias Peschke committed Jun 26, 2024
1 parent d4b6f95 commit 007df08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
clang_version: [13, 14, 15]
clang_version: [13, 14, 15, 16, 17]
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -44,10 +44,6 @@ jobs:
CXX_FLAGS: /usr/lib/llvm-${{ matrix.clang_version }}/lib/clang/${{ matrix.clang_version }}.0.0/include
run: cmake $GITHUB_WORKSPACE -DLLVM_ROOT=/usr/lib/llvm-${{ matrix.clang_version }}/cmake -DClang_DIR=/usr/lib/llvm-${{ matrix.clang_version }}/lib/cmake/clang

- name: Patch termcolor
working-directory: ${{runner.workspace}}/build
shell: bash
run: sed -i 's/#include <iostream>/#include <iostream>\n#include <cstdint>/g' _deps/termcolor-src/include/termcolor/termcolor.hpp
- name: Build Instantiator
working-directory: ${{runner.workspace}}/build
shell: bash
Expand Down

0 comments on commit 007df08

Please sign in to comment.