Skip to content

Commit

Permalink
Reintroduce breaking line
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed Sep 22, 2024
1 parent 73e74f7 commit 6046a0c
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 @@ -47,7 +47,8 @@ jobs:
- name: Setup Cache
uses: Swatinem/rust-cache@v2

- name: Install Dependencies§
- name: Install Dependencies
if: matrix.target == 'aarch64-unknown-linux-gnu'
run: |
sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
mkdir -p .cargo
Expand Down

0 comments on commit 6046a0c

Please sign in to comment.