Skip to content

Commit 271da6c

Browse files
committed
update test.yml v3
1 parent 7a6623c commit 271da6c

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,16 @@ jobs:
3333
3434
- name: Install latest stuff from GitHub
3535
run: |
36-
ros install melisgl/autoload melisgl/named-readtables melisgl/dref \
37-
melisgl/mgl-pax/no-swank
36+
# KLUDGE: 'ros install' wants to compile things immediately
37+
# after downloading, but there are circular dependencies on
38+
# the repository level. There are no circular dependencies
39+
# at the ASDF level though, so let's just clone everything
40+
# before compiling.
41+
cd ~/.roswell/local-projects/
42+
git clone --depth 1 https://github.com/melisgl/autoload
43+
git clone --depth 1 https://github.com/melisgl/named-readtables
44+
git clone --depth 1 https://github.com/melisgl/dref
45+
git clone --depth 1 --branch no-swank https://github.com/melisgl/mgl-pax
3846
3947
- name: Run tests
4048
env:

0 commit comments

Comments
 (0)