Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo authored Nov 27, 2023
1 parent 36de8ca commit f3f10f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
build:
name: Release for ${{ matrix.target }} on ${{ matrix.os }}
name: Release for ${{ matrix.target }}
runs-on: ${{ matrix.os }}

# Prevent job from running on forks
Expand Down Expand Up @@ -87,7 +87,6 @@ jobs:
sudo apt-get -yq update
sudo apt-get -yq install musl-tools musl-dev:${{ matrix.target-apt-arch }}
# aarch64-unknown-linux-gnu and aarch64-unknown-linux-musl builds are failing for now
- name: Install QEMU and AArch64 cross compiler
if: startsWith(matrix.target, 'aarch64-unknown-linux')
run: |
Expand Down

0 comments on commit f3f10f4

Please sign in to comment.