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 rm -f qlfile.lock
fi fi
echo qlfile cat qlfile
qlot install qlot install
echo ::endgroup:: echo ::endgroup::
env: env:

View file

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