Skip to content

Commit 2f8d336

Browse files
committed
Fix workflow again
1 parent bda148f commit 2f8d336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check_csdk_build_parameters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
cargo build --release
3535
- name: Run C SDK Build Parameters Extractor
3636
run: |
37+
cd c_sdk_build_params_x
3738
./target/release/cbpx --app-path ../c_boilerplate \
3839
--device ${{ matrix.target }}
3940
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)