summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/arm64.yml2
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