this model is dumb

This commit is contained in:
lily 2025-08-23 09:49:37 +10:00
parent 833a9f57e9
commit d238aced3e

View file

@ -37,10 +37,11 @@ jobs:
fetch-depth: 0
- name: Install cross-compilation tools
run: |\
run: |
sudo apt-get update
sudo apt-get install -y build-essential gcc-aarch64-linux-gnu
- name: Build project for Linux (AArch64)
run: make CC=aarch64-linux-gnu-gcc all
working-directory: ${{ github.workspace }}