Skip to content

Commit 27effd3

Browse files
authored
[toolbox] Update debug-adapters registry and schema retrieval workflow
1 parent 63a0b33 commit 27effd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ jobs:
271271
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/main/schema/PACK.xsd --output ./cmsis-toolbox/etc/PACK.xsd
272272
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/main/schema/PackIndex.xsd --output ./cmsis-toolbox/etc/PackIndex.xsd
273273
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/refs/heads/main/registry/debug-adapters.yml --output ./cmsis-toolbox/etc/debug-adapters.yml
274+
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/refs/heads/main/schemas/debug-adapters.schema.json --output ./cmsis-toolbox/etc/debug-adapters.schema.json
274275
cp ./docs/LICENSE.txt ./cmsis-toolbox
275276
cp ./docs/index.html ./cmsis-toolbox/doc
276277

.github/workflows/toolbox.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # master
8787
with:
8888
repo: "Open-CMSIS-Pack/devtools"
89-
version: tags/tools/projmgr/2.10.0
89+
version: tags/tools/projmgr/2.11.0
9090
file: projmgr.zip
9191
target: toolbox/projmgr.zip
9292
token: ${{ secrets.GITHUB_TOKEN }}
@@ -270,7 +270,6 @@ jobs:
270270
run: |
271271
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.49/schema/PACK.xsd --output distribution/etc/PACK.xsd
272272
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.49/schema/PackIndex.xsd --output distribution/etc/PackIndex.xsd
273-
curl https://raw.githubusercontent.com/Open-CMSIS-Pack/debug-adapter-registry/refs/heads/main/registry/debug-adapters.yml --output distribution/etc/debug-adapters.yml
274273
cp ./buildmgr/bin/cbuildgen${{ matrix.temp_extension }}-${{ matrix.arch }} ./distribution/bin/cbuildgen${{ matrix.binary_extension }}
275274
cp -r ./buildmgr/etc/* ./distribution/etc
276275
rm ./distribution/etc/setup

0 commit comments

Comments
 (0)