Skip to content

Commit

Permalink
Install clang.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Jul 23, 2024
1 parent bbf1d45 commit 01ec890
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pkgci_core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
uses: actions/checkout@v4
- name: "Checking out runtime submodules"
run: ./build_tools/scripts/git/update_runtime_submodules.sh
- name: Install dependencies
run: |
sudo apt update
sudo apt install cmake clang ninja-build
export CC=clang
export CXX=clang
- name: "Setting up Python"
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 01ec890

Please sign in to comment.