mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 12:01:28 +12:00
remove extra optiomization
This commit is contained in:
parent
693acfdbe6
commit
ec7275a290
6 changed files with 2152 additions and 2154 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -26,8 +26,7 @@ jobs:
|
|||
- name: Install utils
|
||||
run: |
|
||||
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
|
||||
|
||||
sudo apt install -y clang zlib1g-dev dos2uni
|
||||
|
||||
- name: Restore dependencies
|
||||
run: |
|
||||
|
@ -155,7 +154,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HISP-LinuxARM64
|
||||
path: HorseIsleServer/HISPd/bin/ARM64/Linux/net7.0/linux-arm64/native/
|
||||
path: HorseIsleServer/HISPd/bin/ARM64/Linux/net7.0/linux-arm64/publish/
|
||||
|
||||
- name: Upload deb package
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue