1
0
Fork 0

[fix] line end lf
Some checks failed
Test BaseX Installation / test-basex (push) Failing after 44s

This commit is contained in:
Andy Bunce 2025-02-12 14:47:37 +00:00
parent 02c879a0e6
commit 83cf8fc6b9
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
aabcdegg
aabcdeggx

View file

@ -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