We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97797f commit ce7c3b3Copy full SHA for ce7c3b3
.github/workflows/docs.yml
@@ -72,6 +72,7 @@ jobs:
72
run: |
73
sbcl_vers=$(ls -1A ~/.roswell/impls/x86-64/linux/sbcl-bin)
74
export PATH=~/.roswell/impls/x86-64/linux/sbcl-bin/${sbcl_vers}/bin:~/.local/bin:${PATH}
75
+ ocicl install
76
make docs
77
78
- name: Setup Pages
0 commit comments