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
|
rm -f qlfile.lock
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo qlfile
|
cat qlfile
|
||||||
qlot install
|
qlot install
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
env:
|
env:
|
||||||
|
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue