Skip to content

Commit

Permalink
Use llvm 16 on github
Browse files Browse the repository at this point in the history
  • Loading branch information
tjammer committed Mar 9, 2024
1 parent 4fc44b7 commit 4eeecd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
with:
submodules: true

- run: wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
- run: echo "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-16 main" >> /etc/apt/sources.list
- run: echo "deb-src http://apt.llvm.org/jammy/ llvm-toolchain-jammy-16 main" >> /etc/apt/sources.list
- run: apt update
- run: apt install llvm-16-dev

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
Expand Down

0 comments on commit 4eeecd7

Please sign in to comment.