diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3fb500b6da..22bbaea1a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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