From 08f96fce677d9cf4f8757cf064c07f80e30d378e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 25 Mar 2025 22:12:34 +0100 Subject: fix: cd to correct directory now. Signed-off-by: Amlal El Mahrouss --- .github/workflows/arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3