File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
22
run : |
23
23
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
24
24
echo /home/runner/.roswell/bin >> $GITHUB_PATH
25
+ # Eazy Documentation is able to process
26
+ # package inferred systems only on ASDF >= 3.3.4
27
+ # That is why we need to upgrade it.
25
28
- name : Install newer ASDF
26
- run : ros install asdf/3.3.4
29
+ run : ros install asdf
27
30
- name : Check CL Version
28
31
run : |
29
32
ros install 40ants/cl-info
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ export PATH="/usr/local/opt/texinfo/bin:$PATH"
22
22
export CL_SOURCE_REGISTRY=`pwd`/
23
23
24
24
ros install guicho271828/eazy-documentation
25
+
26
+ # Eazy Documentation is able to process
27
+ # package inferred systems only on ASDF >= 3.3.4
28
+ # That is why we need to upgrade it.
29
+ ros install asdf
25
30
```
26
31
27
32
## Ubuntu Installation
You can’t perform that action at this time.
0 commit comments