Skip to content

Commit

Permalink
More update
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Nov 3, 2024
1 parent d8bd73c commit 00b156b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.runtime == 'linux-arm64'
shell: bash
run: |
sudo apt-get update -qq
sudo dpkg --print-foreign-architectures
sudo dpkg --add-architecture arm64
sudo sed -i 's/http:\/\/security.ubuntu.com\/ubuntu\//http:\/\/ports.ubuntu.com\/ubuntu-ports\//g' /etc/apt/sources.list
sudo sed -i 's/http:\/\/archive.ubuntu.com\/ubuntu\//http:\/\/ports.ubuntu.com\/ubuntu-ports\//g' /etc/apt/sources.list
sudo apt-get update -qq
sudo apt-get install -y --no-install-recommends \
gcc-multilib \
Expand Down

0 comments on commit 00b156b

Please sign in to comment.