We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4959e80 commit 3da11daCopy full SHA for 3da11da
.github/workflows/ci.yaml
@@ -33,11 +33,11 @@ jobs:
33
bin
34
key: bin-${{ hashFiles('Makefile') }}-v3
35
restore-keys: |
36
- bin-${{ hashFiles('.Makefile') }}-
+ bin-${{ hashFiles('Makefile') }}-
37
bin-
38
39
- name: Download bin tools
40
- if: steps.cache-submodules.outputs.cache-hit != 'true'
+ if: steps.cache-bin.outputs.cache-hit != 'true'
41
run: |
42
make download-bin
43
@@ -98,7 +98,7 @@ jobs:
98
- name: Build
99
100
# Skip both zephyr-setup and submodules since we cached them separately
101
- make build -o zephyr-setup -o submodules
+ make -o zephyr-setup -o submodules build
102
103
- name: Upload build artifacts
104
uses: actions/upload-artifact@v4
0 commit comments