Skip to content

Commit

Permalink
Merge pull request #261 from hasezoey/fixReleaseCi
Browse files Browse the repository at this point in the history
chore(workflows/release): try fixing invalid config
  • Loading branch information
tramhao authored Mar 23, 2024
2 parents 8f363a1 + 70f48d2 commit 99f55ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: cargo test --release --locked --target ${{ matrix.target }}

- name: Build release binary (cargo)
if: !matrix.cross
if: (!matrix.cross)
run: cargo build --features cover,all-backends --release --all --locked --target ${{ matrix.target }}

- name: Install cross (cross)
Expand Down

0 comments on commit 99f55ee

Please sign in to comment.