Skip to content

Commit

Permalink
refactor(pre-release): without features ^^
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumuss committed Jun 5, 2024
1 parent 5ee226b commit 3686b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
if: ${{ matrix.cross }}
run: |
cargo install cross --git https://github.com/cross-rs/cross.git --locked --rev 085092ca
cross build -p utpm --release --target ${{ matrix.target }} --features self-update,vendor-openssl
cross build -p utpm --release --target ${{ matrix.target }}
- name: Run Cargo
if: ${{ !matrix.cross }}
run: cargo build -p utpm --release --target ${{ matrix.target }} --features self-update
run: cargo build -p utpm --release --target ${{ matrix.target }}

- name: Create artifact directory
shell: bash
Expand Down

0 comments on commit 3686b43

Please sign in to comment.