Skip to content

Commit dbb9ed0

Browse files
committed
Added _deps to ignored output directories for test program.
1 parent a284823 commit dbb9ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
source_dir: "test_program"
3737
output_dir: "build"
3838
output_ext: "*.uf2 *.elf *.elf.map *.hex *.bin *.dis"
39+
output_ignored_dirs: "_deps"
3940
cmake_args: "-DCMAKE_BUILD_TYPE=Debug"
4041

4142
- name: Upload Build Artifacts

0 commit comments

Comments
 (0)