Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimryndin committed Feb 22, 2024
1 parent 1732938 commit 49d434e
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 @@ -164,7 +164,7 @@ jobs:
fi
if [ "${{ matrix.target }}" = "aarch64-unknown-linux-gnu" ]; then
#sudo apt-get install --no-install-recommends -y build-essential gcc-aarch64-linux-gnu libc6-dev-arm64-cross
sudo apt-get install --no-install-recommends -y build-essential gcc-aarch64-linux-gnu
sudo apt-get install --no-install-recommends -y libc6-dev-arm64-cross gcc-aarch64-linux-gnu
fi
- name: Install toolchain
Expand Down

0 comments on commit 49d434e

Please sign in to comment.