Skip to content

Commit

Permalink
Merge pull request #30 from xrobot-org/dev
Browse files Browse the repository at this point in the history
不在ci中使用CodeChecker
  • Loading branch information
Jiu-xiao authored Jul 31, 2023
2 parents 13d859f + 9bccf35 commit a57f2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cd ${{github.workspace}} && git submodule init && git submodule update

- name: Build
run: source ~/.idf_profile && python ${{github.workspace}}/project.py build-debug-check all all
run: source ~/.idf_profile && python ${{github.workspace}}/project.py build all all

- name: Pack firmware
run: cd ${{github.workspace}} && zip -r ${{github.workspace}}/firmware.zip ./firmware
Expand Down

0 comments on commit a57f2cf

Please sign in to comment.