Skip to content

Commit

Permalink
ci: bump up sdk version from v5.0.2 to v5.2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
onkwon authored Feb 20, 2024
1 parent d95445d commit 857770a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/memsize.baseline
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
text data bss dec hex filename
182109 51744 371125 604978 93b32 build/template.elf
191909 66512 504429 762850 ba3e2 build/template.elf
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: recursive
- name: Prepare
run: |
apt-get update && apt-get -y install cppcheck
apt-get update && apt-get -y install cppcheck python3-dev
git config --system --add safe.directory '*'
git fetch
echo "CODECHECKER_RESULT=$(echo .github/codechecker_result.txt)" >> $GITHUB_ENV
Expand Down

0 comments on commit 857770a

Please sign in to comment.