mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
please fuckin work
This commit is contained in:
parent
d1617fe4f9
commit
813e826716
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -28,12 +28,12 @@ jobs:
|
|||
sudo apt update
|
||||
sudo apt install -y clang zlib1g-dev dos2unix qemu qemu-user-static binfmt-support debootstrap binutils-aarch64-linux-gnu binutils-arm-linux-gnueabihf binutils-arm-linux-gnueabi
|
||||
|
||||
- name: Setup cross compiling
|
||||
run: |
|
||||
wget https://raw.githubusercontent.com/dotnet/runtime/main/eng/common/cross/build-rootfs.sh -O build-rootfs.sh
|
||||
chmod +x build-rootfs.sh
|
||||
sudo mkdir /usr/armroot
|
||||
sudo /usr/bin/env bash build-rootfs.sh BuildArch arm64 --rootfsdir /usr/armroot
|
||||
# - name: Setup cross compiling
|
||||
# run: |
|
||||
# wget https://raw.githubusercontent.com/dotnet/runtime/main/eng/common/cross/build-rootfs.sh -O build-rootfs.sh
|
||||
# chmod +x build-rootfs.sh
|
||||
# sudo mkdir /usr/armroot
|
||||
# sudo /usr/bin/env bash build-rootfs.sh BuildArch arm64 --rootfsdir /usr/armroot
|
||||
|
||||
- name: Restore dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue