Skip to content

Commit 3da11da

Browse files
committed
Fix typo
1 parent 4959e80 commit 3da11da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
bin
3434
key: bin-${{ hashFiles('Makefile') }}-v3
3535
restore-keys: |
36-
bin-${{ hashFiles('.Makefile') }}-
36+
bin-${{ hashFiles('Makefile') }}-
3737
bin-
3838
3939
- name: Download bin tools
40-
if: steps.cache-submodules.outputs.cache-hit != 'true'
40+
if: steps.cache-bin.outputs.cache-hit != 'true'
4141
run: |
4242
make download-bin
4343
@@ -98,7 +98,7 @@ jobs:
9898
- name: Build
9999
run: |
100100
# Skip both zephyr-setup and submodules since we cached them separately
101-
make build -o zephyr-setup -o submodules
101+
make -o zephyr-setup -o submodules build
102102
103103
- name: Upload build artifacts
104104
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)