diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-02 09:50:31 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-02 09:50:31 +0200 |
| commit | 5ab7dfde025cf8ff1d650b2341d1558ba817017c (patch) | |
| tree | 937d04260b3504e7c3fa98b0031adbbf2397de48 /.github/workflows | |
| parent | b86c34ad45c2a066a9ca86a86b2c49d30697c671 (diff) | |
arm64: fix CI.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/arm64.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index 526e8a0..2b513b2 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Packages - run: sudo apt update && sudo apt install gcc-arm-none-eabi + run: sudo apt update && sudo apt install gcc-aarch64-linux-gnu - name: Build FW (ARM64) - run: cd src && cd arm64 && make all
\ No newline at end of file + run: cd src && cd arm64 && make -f ci.make all
\ No newline at end of file |
