This commit is contained in:
parent
02c879a0e6
commit
83cf8fc6b9
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
|||
aabcdegg
|
||||
aabcdeggx
|
1
.github/actions/install-basex/action.yaml
vendored
1
.github/actions/install-basex/action.yaml
vendored
|
@ -26,6 +26,7 @@ runs:
|
|||
- name: Add BaseX to PATH
|
||||
shell: bash
|
||||
run: |
|
||||
set -x # Enable debugging
|
||||
echo "BASEX_ROOT=$HOME/basex" >> $GITHUB_ENV
|
||||
echo "PATH=$PATH:$HOME/basex/bin" >> $GITHUB_ENV
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue