This commit is contained in:
parent
c64fc9301b
commit
a981ee234d
2 changed files with 4 additions and 3 deletions
|
@ -21,8 +21,8 @@ jobs:
|
||||||
|
|
||||||
- name: Download BaseX
|
- name: Download BaseX
|
||||||
run: |
|
run: |
|
||||||
BASEX_VERSION="11.7" # Example version (adjust as needed)
|
BASEX_VERSION="9.7.4" # Example version (adjust as needed)
|
||||||
# Remove dots from version for filename (e.g., "11.7" → "117")
|
# Remove dots from version for filename (e.g., "11.7" → "117") "9.7.4","10.7"
|
||||||
BASEX_CLEAN_VERSION="${BASEX_VERSION//./}"
|
BASEX_CLEAN_VERSION="${BASEX_VERSION//./}"
|
||||||
wget https://files.basex.org/releases/$BASEX_VERSION/BaseX$BASEX_CLEAN_VERSION.zip -O BaseX.zip
|
wget https://files.basex.org/releases/$BASEX_VERSION/BaseX$BASEX_CLEAN_VERSION.zip -O BaseX.zip
|
||||||
|
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
c
|
c
|
||||||
Xyxh
|
Xyxh
|
||||||
4456
|
4456
|
||||||
|
9.7.4
|
Loading…
Add table
Reference in a new issue