mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
Update release build
This commit is contained in:
parent
9fa36d4f8f
commit
59296f36b0
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -108,6 +108,12 @@ jobs:
|
||||
override: true
|
||||
components: rustfmt
|
||||
|
||||
- name: Install LLVM and Clang
|
||||
uses: KyleMayes/install-llvm-action@v1
|
||||
with:
|
||||
version: "10.0"
|
||||
directory: ~ / .clang
|
||||
|
||||
- name: Build Leo
|
||||
run: |
|
||||
cargo build --all --release
|
||||
|
Loading…
Reference in New Issue
Block a user