Skip to content

Commit

Permalink
Install ASDF when building app
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman authored Oct 22, 2023
1 parent 178ccca commit 57d0b5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/shop-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ jobs:
with:
submodules: true

- name: install up-to-date ASDF
with:
uses: actions/checkout@v3
repository: https://gitlab.common-lisp.net/asdf/asdf.git
ref: release
path: lisp

- name: build ASDF
shell: bash
run: |
cd ${{ github.workspace }}/lisp
make
- name: install quicklisp
shell: bash
run: /usr/local/bin/install-quicklisp
Expand Down

0 comments on commit 57d0b5b

Please sign in to comment.