Skip to content

Commit 643b877

Browse files
committed
bugfix double if github actions
1 parent 620295c commit 643b877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
files: "${{github.workspace}}/targets/chip/${{matrix.cpu}}/startup.cpp"
7474

7575
- name: Add startup file (if it exists)
76-
if: if: steps.check_files.outputs.files_exists == 'true'
76+
if: steps.check_files.outputs.files_exists == 'true'
7777
run: |
7878
sed -i '6 s/# //' ${{github.workspace}}/project/CMakeLists.txt
7979

0 commit comments

Comments
 (0)