Changed echo to cat.
This commit is contained in:
parent
11e1ea91d9
commit
7879c05c60
2 changed files with 2 additions and 2 deletions
2
.github/actions/setup-lisp/action.yml
vendored
2
.github/actions/setup-lisp/action.yml
vendored
|
@ -62,7 +62,7 @@ runs:
|
|||
rm -f qlfile.lock
|
||||
fi
|
||||
|
||||
echo qlfile
|
||||
cat qlfile
|
||||
qlot install
|
||||
echo ::endgroup::
|
||||
env:
|
||||
|
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -16,7 +16,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build-docs:
|
||||
runs-on: macos-latest
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
LISP: sbcl-bin
|
||||
|
|
Loading…
Reference in a new issue