mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
fix cross compile
This commit is contained in:
parent
e3fa54f9e6
commit
d1617fe4f9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -33,7 +33,8 @@ jobs:
|
|||
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
|
||||
sudo /usr/bin/env bash build-rootfs.sh BuildArch arm64 --rootfsdir /usr/armroot
|
||||
|
||||
- name: Restore dependencies
|
||||
run: |
|
||||
dotnet restore LibHISP
|
||||
|
|
Loading…
Add table
Reference in a new issue