mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
add aarch64 linker
This commit is contained in:
parent
e6a7d379b9
commit
7f3c7ba845
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Install utils
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y clang zlib1g-dev dos2unix
|
||||
sudo apt install -y clang zlib1g-dev dos2unix binutils-aarch64-linux-gnu
|
||||
- name: Restore dependencies
|
||||
run: |
|
||||
dotnet restore LibHISP
|
||||
|
|
Loading…
Add table
Reference in a new issue