Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bck01215 committed Jun 20, 2024
1 parent 84e4b8f commit 57aae12
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 @@ -56,7 +56,7 @@ jobs:
if: contains(matrix.arch, 'linux')
run: |
sudo apt-get -y update
sudo apt-get -y install --reinstall libssl-dev pkg-config g++-aarch64-linux-gnu gcc-aarch64-linux-gnu musl-dev musl-tools linux-musl-dev binutils-doc gcc-11-locales cpp-doc gcc-11-doc manpages-dev gdb-aarch64-linux-gnu gcc-doc
sudo apt-get -y install --reinstall libssl-dev pkg-config g++-aarch64-linux-gnu gcc-aarch64-linux-gnu musl-dev musl-tools
sudo ln -s "/usr/bin/g++" "/usr/bin/musl-g++"
- name: Install rust toolchain
Expand Down

0 comments on commit 57aae12

Please sign in to comment.