Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Upgrade to clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Feb 14, 2024
1 parent 30291c3 commit 096e72c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install cmake clang ninja-build
sudo apt install cmake clang-15 ninja-build
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Initialize submodules
Expand All @@ -38,8 +38,8 @@ jobs:
cd build
cmake .. \
-GNinja \
-DCMAKE_C_COMPILER=clang-14 \
-DCMAKE_CXX_COMPILER=clang++-14 \
-DCMAKE_C_COMPILER=clang-15 \
-DCMAKE_CXX_COMPILER=clang++-15 \
-DIREE_HAL_DRIVER_DEFAULTS=OFF \
-DIREE_HAL_EXECUTABLE_LOADER_DEFAULTS=OFF \
-DIREE_HAL_EXECUTABLE_LOADER_VMVX_MODULE=ON \
Expand Down

0 comments on commit 096e72c

Please sign in to comment.