Skip to content

Commit 9c85e49

Browse files
committed
Update to latest SDK with picolibc
1 parent b702734 commit 9c85e49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
submodules: recursive
2424
- name: Setup GNU Arm Embedded Toolchain
25-
uses: carlosperate/arm-none-eabi-gcc-action@v1.4.0
25+
uses: carlosperate/arm-none-eabi-gcc-action@v1
2626

2727
- name: Setup env
2828
run: |
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Release
5858
if: ${{ github.event_name == 'release' }}
59-
uses: softprops/action-gh-release@v0.1.5
59+
uses: softprops/action-gh-release@v1
6060
env:
6161
GITHUB_TOKEN: ${{ github.token }}
6262
with:

sdk

Submodule sdk updated 75 files

0 commit comments

Comments
 (0)