Skip to content

Commit

Permalink
Tmp: check clang
Browse files Browse the repository at this point in the history
  • Loading branch information
vt4a2h committed Nov 4, 2024
1 parent f7156e6 commit 0e0a010
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,17 @@ jobs:
sudo apt update || exit $?
sudo apt -y install ninja-build || exit $?
- name: Install clang-18
if: false
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x ./llvm.sh
sudo ./llvm.sh 18
- name: Check clang
run: |
which clang
which clang-18
which clang++-18
ls /usr/bin/ | grep clang
- name: Configure
run: |
cmake -S . -B cmake-build --preset ${{ matrix.preset }} \
Expand Down

0 comments on commit 0e0a010

Please sign in to comment.