Skip to content

Commit

Permalink
ci: fix install ql
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 17, 2024
1 parent 4625620 commit b1719be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:

- uses: actions/checkout@v4

- name: Install Quicklisp
run: |
make install-ql
- name: Prepare Qob (Unix)
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit b1719be

Please sign in to comment.