Skip to content

Commit

Permalink
gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
a-n-t-h-o-n-y committed Feb 4, 2024
1 parent 510784b commit 9f642c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ jobs:
cmake .. && make termcaps && make escape.tests.unit && ./tests/escape.tests.unit
# Ubuntu-22 Clang
build-ubuntu22-clang16:
build-ubuntu22-clang15:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- env:
CC: clang-16
CXX: clang++-16
CC: clang-15
CXX: clang++-15
run: |
sudo apt-get update
mkdir build && cd build
Expand Down

0 comments on commit 9f642c3

Please sign in to comment.