Skip to content

Commit

Permalink
build: quickload libquil to pull its dependencies from quicklisp
Browse files Browse the repository at this point in the history
  • Loading branch information
notmgsk committed Nov 14, 2023
1 parent 4bbd6e7 commit 8c49924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
cd $GITHUB_WORKSPACE/libquil
ls
sbcl --noinform --non-interactive --eval '(ql:quickload :sbcl-librarian)'
sbcl --noinform --non-interactive --eval '(ql:quickload :libquil)'
make
- name: Test
Expand Down

0 comments on commit 8c49924

Please sign in to comment.