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 1fee1f2 commit 1732938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ jobs:
exit 0
fi
if [ "${{ matrix.target }}" = "aarch64-unknown-linux-gnu" ]; then
#sudo apt-get install --no-install-recommends -y build-essential g++-aarch64-linux-gnu libc6-dev-arm64-cross
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 libc6-dev-arm64-cross
sudo apt-get install --no-install-recommends -y build-essential gcc-aarch64-linux-gnu
fi
- name: Install toolchain
Expand Down

0 comments on commit 1732938

Please sign in to comment.