We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba5398 commit fdf6cbeCopy full SHA for fdf6cbe
.github/workflows/build-and-test.yml
@@ -18,7 +18,7 @@ jobs:
18
# Not using dylan-tool and packages here yet because of a circular
19
# dependency between testworks and command-line-parser.
20
# https://github.com/dylan-lang/pacman/issues/17
21
- - uses: dylan-lang/install-opendylan@v1
+ - uses: dylan-lang/install-opendylan@v2
22
23
- name: Build command-line-parser-test-suite-app
24
run: ./dylan-compiler -build -jobs 3 command-line-parser-test-suite-app
0 commit comments