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