We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beedee5 commit fd35f74Copy full SHA for fd35f74
1 file changed
.github/workflows/test.yml
@@ -31,6 +31,12 @@ jobs:
31
run: |
32
curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh
33
34
+ - name: Install latest autoload from GitHub
35
+ run: ros install melisgl/autoload
36
+
37
+ - name: Install latest DRef from GitHub
38
+ run: ros install melisgl/dref
39
40
- name: Install latest MGL-PAX from GitHub
41
run: ros install melisgl/mgl-pax
42
0 commit comments