Skip to content

Commit fdf6cbe

Browse files
authored
Update GitHub workflow to install-opendylan@v2
1 parent bba5398 commit fdf6cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)