CI add LLVM repos
Some checks failed
Build documentation / build-and-deploy (push) Failing after 5m29s

This commit is contained in:
2026-03-15 22:55:19 +01:00
parent b1e7a1bcb2
commit 214f7e66cb

View File

@@ -7,11 +7,17 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Add LLVM APT repo
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 21
- name: Install software - name: Install software
run: | run: |
sudo apt-get update sudo apt-get update