[fix]
This commit is contained in:
parent
73bc798dc1
commit
90da88de18
2 changed files with 5 additions and 5 deletions
|
@ -5,4 +5,4 @@ Xyxh
|
|||
4456
|
||||
9.7.4 xyxz01x
|
||||
ab
|
||||
iiiis
|
||||
iiiisA
|
8
.github/actions/install-basex/action.yaml
vendored
8
.github/actions/install-basex/action.yaml
vendored
|
@ -16,18 +16,18 @@ runs:
|
|||
wget https://files.basex.org/releases/$BASEX_VERSION/BaseX$BASEX_CLEAN_VERSION.zip -O BaseX.zip
|
||||
|
||||
- name: Unzip BaseX
|
||||
shell: "bash"
|
||||
shell: bash
|
||||
run: |
|
||||
unzip BaseX.zip -d $HOME
|
||||
rm BaseX.zip
|
||||
|
||||
- name: Add BaseX to PATH
|
||||
shell: "bash"
|
||||
shell: bash
|
||||
run: |
|
||||
echo "BASEX_ROOT=$HOME/basex" >> $GITHUB_ENV
|
||||
echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV
|
||||
|
||||
- name: Verify BaseX installation
|
||||
shell: "bash"
|
||||
shell: bash
|
||||
run: |
|
||||
basex -v"
|
||||
basex -v
|
Loading…
Add table
Reference in a new issue