Skip to content

Commit a888954

Browse files
authored
Merge pull request #27 from dylan-lang/cgay-patch-1
Update GitHub workflow to install-opendylan@v2
2 parents bba5398 + fdf6cbe commit a888954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Not using dylan-tool and packages here yet because of a circular
1919
# dependency between testworks and command-line-parser.
2020
# https://github.com/dylan-lang/pacman/issues/17
21-
- uses: dylan-lang/install-opendylan@v1
21+
- uses: dylan-lang/install-opendylan@v2
2222

2323
- name: Build command-line-parser-test-suite-app
2424
run: ./dylan-compiler -build -jobs 3 command-line-parser-test-suite-app

0 commit comments

Comments
 (0)