Skip to content

Commit 09b75a3

Browse files
committed
ci: fix path to external dir
1 parent 972f720 commit 09b75a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
env:
5252
CCACHE_DIR: ~/.ccache
5353
run: |
54-
make BR2_JLEVEL=$(nproc) -C buildroot BR2_EXTERNAL=./external rpi_4b_64
54+
make BR2_JLEVEL=$(nproc) -C buildroot BR2_EXTERNAL=../external rpi_4b_64
5555
5656
- name: Upload output image
5757
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)