Skip to content

Commit

Permalink
fix: release CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leruaa committed Nov 8, 2024
1 parent bcedc10 commit 2b2718b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
echo "CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
- name: Musl setup
if: contains(${{ matrix.target }}, 'musl')
if: contains(matrix.target, 'musl')
run: |
sudo apt-get update -y
sudo apt-get install -y musl-tools musl-dev
Expand Down Expand Up @@ -276,6 +276,7 @@ jobs:
toolchain-test-ec2:
name: "Test toolchain installation (${{ matrix.name }})"
needs: release
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2b2718b

Please sign in to comment.