diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-04-02 09:52:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 09:52:34 +0200 |
| commit | f42ce43556475acb576fa926f685128d1dccf64b (patch) | |
| tree | fe73e12f9b1bbee1c561a52a78a262bc60c90792 /.github/workflows | |
| parent | c78e5763d8f5e471d043e6ed2752e245dbcaf047 (diff) | |
| parent | 74f329a38884e3d3468ad6abad43a4fbd7afa970 (diff) | |
Merge pull request #1 from amlel-el-mahrouss/dev
arm64: fix: a fully arm64 firmware + important fixes and patches.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/arm64.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index 526e8a0..14a815a 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -1,4 +1,4 @@ -name: FW CI +name: FW CI (ARM64) on: push: @@ -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 |
