Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Jan 31, 2025
1 parent d702fd4 commit 8e4954f
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 @@ -36,7 +36,7 @@ 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 debootstrap
wget https://raw.githubusercontent.com/dotnet/runtime/main/eng/common/cross/build-rootfs.sh
wget https://raw.githubusercontent.com/dotnet/runtime/refs/tags/v9.0.1/eng/common/cross/build-rootfs.sh
chmod +x build-rootfs.sh
sudo ./build-rootfs.sh arm64 bionic
Expand Down

0 comments on commit 8e4954f

Please sign in to comment.