Skip to content

Commit cb6b5bd

Browse files
committed
Update pack build workflow
1 parent 58c5c11 commit cb6b5bd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: Open-CMSIS-Pack/gen-pack-action@main
2929
with:
3030
doxygen-version: 1.13.2
31-
packchk-version: 1.4.4
31+
packchk-version: 1.4.5
3232
gen-doc-script: ./documentation/doxygen/gen_doc.sh
3333
doc-path: ./documentation/html
3434
gen-pack-script: ./gen_pack.sh --no-preprocess

gen_pack.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o pipefail
99
# Set version of gen pack library
1010
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
1111
# Use the tag name without the prefix "v", e.g., 0.7.0
12-
REQUIRED_GEN_PACK_LIB="0.13.0"
12+
REQUIRED_GEN_PACK_LIB="0.14.0"
1313

1414
# Set default command line arguments
1515
DEFAULT_ARGS=(-c "v")
@@ -74,6 +74,7 @@ PACKCHK_DEPS="
7474
ARM.CMSIS-View.pdsc
7575
Keil.ARM_Compiler.pdsc
7676
Keil.V2M-MPS2_CMx_BSP.pdsc
77+
SEGGER.RTT.pdsc
7778
"
7879

7980
# Optional: restrict fallback modes for changelog generation

0 commit comments

Comments
 (0)