Skip to content

Commit

Permalink
Update clang setup #2
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Oct 29, 2024
1 parent 6f65919 commit 3bf8642
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-sdxl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
steps:
- name: Install dependencies
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-get update -y
sudo apt-get install clang-18 lld-18 cmake ninja-build -y
sudo apt update -y
sudo apt install clang-18 lld cmake ninja-build -y
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 3bf8642

Please sign in to comment.