Skip to content

Commit

Permalink
Update .github/workflows/cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Feb 9, 2024
1 parent 3066a9e commit d5c20c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
sudo apt-get update

- name: Install Dependencies
run:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 16
Expand Down

0 comments on commit d5c20c2

Please sign in to comment.