Skip to content

Commit

Permalink
Fix add-apt-repository command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Zialus authored Feb 3, 2024
1 parent b09aaf4 commit 7a43ed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ jobs:
- name: Install LLVM on Ubuntu
if: ${{ matrix.os == 'ubuntu-latest' && matrix.compiler-name == 'llvm' }}
run: |
- sudo apt-get update
- sudo apt-get install -y software-properties-common
- sudo add-apt-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-16 main"
- sudo add-apt-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-17 main"
- sudo apt-get update
Expand Down

0 comments on commit 7a43ed9

Please sign in to comment.