Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh committed Oct 16, 2024
1 parent f36efa8 commit b99b33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install curl lsb-release wget software-properties-common gnupg -y
wget https://apt.llvm.org/llvm.sh && chmod u+x llvm.sh && ./llvm.sh 18
wget https://apt.llvm.org/llvm.sh && chmod u+x llvm.sh && sudo./llvm.sh 18
sudo apt-get install -y libsqlite3-dev pkg-config libssl-dev cmake libc++-18-dev
- name: Install macos dependencies
if: ${{contains(matrix.settings.host, 'macos')}}
Expand Down

0 comments on commit b99b33f

Please sign in to comment.