Skip to content

Commit

Permalink
[toolbox] Update versions (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
brondani authored Jul 19, 2024
1 parent fa4cc3d commit 27dd7f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/buildmgr/2.4.0
version: tags/tools/buildmgr/2.5.0
file: cbuild_install.sh
target: toolbox/cbuild/cbuild_install.sh
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -66,7 +66,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "Open-CMSIS-Pack/devtools"
version: tags/tools/svdconv/3.3.46
version: tags/tools/svdconv/3.3.47
regex: true
file: "svdconv-.*\\.(zip|tbz2)"
target: "toolbox/svdconv/"
Expand Down
2 changes: 1 addition & 1 deletion docs/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ add alpha build manager backend
`executes` nodes in csolution | :heavy_check_mark: | csolution 2.4.0
`executes` nodes in cbuild2cmake | :heavy_check_mark: | cbuild2cmake 0.9.1
extended cbuild `setup` with layers discovery | :heavy_check_mark: | cbuild 2.4.0
resources management | :x: |
set `cbuild2cmake` as default backend | :heavy_check_mark: | cbuild 2.5.0

0 comments on commit 27dd7f9

Please sign in to comment.