Skip to content

Commit 1a9ba54

Browse files
committed
Fix skipping targets during build
1 parent 3da11da commit 1a9ba54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ jobs:
9797

9898
- name: Build
9999
run: |
100-
# Skip both zephyr-setup and submodules since we cached them separately
101-
make -o zephyr-setup -o submodules build
100+
make build -W submodules -W zephyr-setup -W fprime-venv
102101
103102
- name: Upload build artifacts
104103
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)