mirror of
https://github.com/Soccera1/agg.git
synced 2025-09-22 14:47:03 +02:00
this model is dumb
This commit is contained in:
parent
833a9f57e9
commit
d238aced3e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -37,10 +37,11 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install cross-compilation tools
|
- name: Install cross-compilation tools
|
||||||
run: |\
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential gcc-aarch64-linux-gnu
|
sudo apt-get install -y build-essential gcc-aarch64-linux-gnu
|
||||||
|
|
||||||
|
|
||||||
- name: Build project for Linux (AArch64)
|
- name: Build project for Linux (AArch64)
|
||||||
run: make CC=aarch64-linux-gnu-gcc all
|
run: make CC=aarch64-linux-gnu-gcc all
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue