This commit is contained in:
parent
cb8c328954
commit
8d8d9e07c5
3 changed files with 6 additions and 3 deletions
4
.github/actions/install-basex/action.yaml
vendored
4
.github/actions/install-basex/action.yaml
vendored
|
|
@ -18,8 +18,10 @@ runs:
|
|||
- name: Unzip BaseX
|
||||
shell: bash
|
||||
run: |
|
||||
unzip BaseX.zip -d $HOME
|
||||
unzip BaseX.zip -d $HOME
|
||||
echo "rm"
|
||||
rm BaseX.zip
|
||||
echo "done"
|
||||
|
||||
- name: Add BaseX to PATH
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue