Skip to content

Commit

Permalink
Update for bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
anderruiz committed Nov 15, 2023
1 parent 4084f13 commit b59e493
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Install dependencies
if: matrix.arch == 'linux-arm64'
run: |
sudo /usr/bin/dotnet/eng/common/cross/build-rootfs.sh arm64 bionic
wget https://raw.githubusercontent.com/dotnet/runtime/main/eng/common/cross/build-rootfs.sh
chmod +x build-rootfs.sh
sudo ./build-rootfs.sh arm64 bionic
sudo apt-get update
sudo apt install clang
sudo apt-get install libtool
Expand Down

0 comments on commit b59e493

Please sign in to comment.