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 2b9581a commit 4084f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Install dependencies
if: matrix.arch == 'linux-arm64'
run: |
sudo /usr/bin/dotnet/eng/common/cross/build-rootfs.sh arm64 bionic
sudo apt-get update
sudo apt install clang
sudo apt-get install libtool
Expand All @@ -36,7 +37,6 @@ jobs:
sudo -E apt-get install -y libpam-dev libedit-dev libselinux1-dev
sudo -E apt-get install -y libssl-dev libkrb5-dev
sudo -E apt-get install -y binutils-aarch64-linux-gnu gcc-multilib
sudo ./eng/common/cross/build-rootfs.sh arm64 bionic
- uses: actions/checkout@v3

Expand Down

0 comments on commit 4084f13

Please sign in to comment.