From e497b2e7ebe5c0f5b669e879d548b9f60372e5d4 Mon Sep 17 00:00:00 2001 From: wznmickey Date: Sun, 29 Dec 2024 05:11:49 +0800 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c0fb25b..3698467 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -51,12 +51,12 @@ jobs: - name: Run Cross if: ${{ matrix.cross }} run: | - cargo install cross --git https://github.com/cross-rs/cross.git --locked --rev 085092ca - cross build -p typst-cli --release --target ${{ matrix.target }} --features self-update,vendor-openssl + cargo install cross --git https://github.com/cross-rs/cross.git + cross build --release - name: Run Cargo if: ${{ !matrix.cross }} - run: cargo build -p typst-cli --release --target ${{ matrix.target }} --features self-update + run: cargo build --release - name: create artifact directory shell: bash