Skip to content

Commit 159c94b

Browse files
committed
Upgrade asdf to the latest version.
1 parent ae9c0de commit 159c94b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
run: |
2323
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
2424
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.
2528
- name: Install newer ASDF
26-
run: ros install asdf/3.3.4
29+
run: ros install asdf
2730
- name: Check CL Version
2831
run: |
2932
ros install 40ants/cl-info

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ export PATH="/usr/local/opt/texinfo/bin:$PATH"
2222
export CL_SOURCE_REGISTRY=`pwd`/
2323
2424
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
2530
```
2631

2732
## Ubuntu Installation

0 commit comments

Comments
 (0)