Skip to content

Commit

Permalink
Update build-extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs authored Jul 27, 2023
1 parent f843e4f commit 9327718
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@ jobs:
if: ${{ needs.changes.outputs.broker_changes == 'true' }}
runs-on: ubuntu-latest
steps:
- name: Install Clang 16
- name: Add LLVM repository
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal main" | sudo tee -a /etc/apt/sources.list.d/llvm.list
sudo apt-get update
sudo apt-get install -y clang-16
- name: Install Clang 16
run: sudo apt-get install -y clang-16
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v3

Expand Down

0 comments on commit 9327718

Please sign in to comment.