Changed echo to cat.

This commit is contained in:
Alexander Artemenko 2021-02-06 14:46:08 +03:00
parent 11e1ea91d9
commit 7879c05c60
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@ runs:
rm -f qlfile.lock
fi
echo qlfile
cat qlfile
qlot install
echo ::endgroup::
env:

View file

@ -16,7 +16,7 @@ on:
jobs:
build-docs:
runs-on: macos-latest
runs-on: ubuntu-latest
env:
LISP: sbcl-bin