Using my mgl-pax branch.

This commit is contained in:
Alexander Artemenko 2021-02-06 13:13:44 +03:00
parent e54da27e70
commit 8c1e19b91f
3 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ runs:
shell: bash
run: |
echo ::group::Install Roswell
if [[ "$OS" == "ubuntu-latest" ]]; then
if [[ "$RUNNER_OS" == "Linux ]]; then
sudo apt-get -y install git build-essential automake libcurl4-openssl-dev
fi
if [[ "$OS" == "macos-latest" ]]; then

View file

@ -69,14 +69,12 @@ jobs:
{% ifequal quicklisp_dist "ultralisp" %}
dist ultralisp http://dist.ultralisp.org
{% endifequal %}
github mgl-pax 40ants/mgl-pax :branch mgl-pax-minimal
- uses: 40ants/cl-info/.github/actions/run-tests@custom-action
with:
asdf-system: cl-info
qlfile-template: |
{% ifequal quicklisp_dist "ultralisp" %}
dist ultralisp http://dist.ultralisp.org
{% endifequal %}
# This is additional step to check
# a command line script

View file

@ -16,7 +16,7 @@ on:
jobs:
build-docs:
runs-on: ubuntu-latest
runs-on: macos-latest
env:
LISP: sbcl-bin
@ -26,6 +26,8 @@ jobs:
- uses: 40ants/cl-info/.github/actions/setup-lisp@custom-action
with:
asdf-system: cl-info
qlfile-template: |
github mgl-pax 40ants/mgl-pax :branch mgl-pax-minimal
- uses: 40ants/cl-info/.github/actions/build-docs@custom-action
with:
asdf-system: cl-info