File tree 1 file changed +2
-21
lines changed
1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 30
30
name : github-pages
31
31
url : ${{ steps.deployment.outputs.page_url }}
32
32
steps :
33
+
33
34
- name : Check out repo
34
35
uses : actions/checkout@v4
35
36
39
40
repository : ocicl/ocicl
40
41
path : ocicl
41
42
42
- - name : Install roswell + OCICL
43
+ - name : Install build dependencies
43
44
run : |
44
45
set -ex
45
46
sudo apt-get install -y jq
67
68
(list :source-registry (list :directory (uiop:getcwd)) :inherit-configuration))
68
69
ROSWELL
69
70
70
- - name : cache .roswell
71
- id : cache-dot-roswell
72
- uses : actions/cache@v3
73
- with :
74
- path : ~/.roswell
75
- key : ${{ runner.os }}-dot-roswell-${{ matrix.lisp }}-${{ hashFiles('**/*.asd') }}
76
- restore-keys : |
77
- ${{ runner.os }}-dot-roswell-${{ matrix.lisp }}-
78
- ${{ runner.os }}-dot-roswell-
79
-
80
- - name : cache .local
81
- id : cache-dot-local
82
- uses : actions/cache@v3
83
- with :
84
- path : ~/.local
85
- key : ${{ runner.os }}-dot-local-${{ matrix.lisp }}-${{ hashFiles('**/ocicl') }}
86
- restore-keys : |
87
- ${{ runner.os }}-dot-local-${{ matrix.lisp }}-
88
- ${{ runner.os }}-dot-local-
89
-
90
71
- name : Make the docs
91
72
run : |
92
73
sbcl_vers=$(ls -1A ~/.roswell/impls/x86-64/linux/sbcl-bin)
You can’t perform that action at this time.
0 commit comments