Skip to content

Commit

Permalink
Update publish-dotnet-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoramosrs authored Jan 15, 2024
1 parent 82e7189 commit fec9b35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-dotnet-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Install unix requirements for arm64 build
if: matrix.target_os == 'linux'
run: |
sudo rm /etc/apt/sources.list
sudo rm /etc/apt/sources.list.d/ppaname-ppa-$(lsb_release -sc).list*
sudo apt-get update
sudo dpkg --add-architecture arm64
sudo apt-get update && sudo apt-get install clang llvm binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu zlib1g-dev:arm64 -y
Expand Down

0 comments on commit fec9b35

Please sign in to comment.