diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-25 22:12:34 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-25 22:12:34 +0100 |
| commit | 08f96fce677d9cf4f8757cf064c07f80e30d378e (patch) | |
| tree | 4504fc44b80f961ed5bf4dae248d7a9c53de086a | |
| parent | 6299a1152da82954564ee41311b2a2b36443d41c (diff) | |
fix: cd to correct directory now.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | .github/workflows/arm64.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/arm64.yml b/.github/workflows/arm64.yml index 8e6a072..526e8a0 100644 --- a/.github/workflows/arm64.yml +++ b/.github/workflows/arm64.yml @@ -16,4 +16,4 @@ jobs: - name: Install Packages run: sudo apt update && sudo apt install gcc-arm-none-eabi - name: Build FW (ARM64) - run: cd src && make all
\ No newline at end of file + run: cd src && cd arm64 && make all
\ No newline at end of file |
