CI workflow
This commit is contained in:
@@ -33,7 +33,9 @@ jobs:
|
||||
python-version: 3.x
|
||||
|
||||
- name: Install llvm
|
||||
run: sudo apt install -y llvm
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y llvm
|
||||
|
||||
- name: Cache Rust and sccache
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user