Skip to content

Commit

Permalink
chore: install lld-18
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jul 15, 2024
1 parent 6c0ce61 commit 6d9c015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust-cubesql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
chmod +x llvm.sh
sudo ./llvm.sh 18
sudo apt install -y lld-18
sudo update-alternatives --install /usr/bin/lld clang-cpp /usr/bin/lld-18 100
- name: Unit tests (Rewrite Engine)
env:
CUBESQL_TESTING_CUBE_TOKEN: ${{ secrets.CUBESQL_TESTING_CUBE_TOKEN }}
Expand Down

0 comments on commit 6d9c015

Please sign in to comment.