Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey authored Dec 28, 2024
1 parent 4ca2bfa commit e497b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e497b2e

Please sign in to comment.