Skip to content

Commit b3641cd

Browse files
authored
Merge pull request #1467 from cgay/github-ci
GitHub CI: use the 2022.1 release explicitly
2 parents 9eab743 + 6c2d4b5 commit b3641cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/libraries-test-suite.yml

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
# This enables the Run Workflow button on the Actions tab.
1212
workflow_dispatch:
1313

14+
# TODO: convert to matrix job spec to prevent repetition
15+
1416
jobs:
1517
libraries-test-suite-ubuntu:
1618
runs-on: ubuntu-latest
@@ -21,6 +23,9 @@ jobs:
2123
submodules: recursive
2224

2325
- uses: dylan-lang/install-opendylan@v2
26+
with:
27+
version: 2022.1
28+
tag: v2022.1.0
2429

2530
- name: Build libraries-test-suite-app
2631
run: |
@@ -41,6 +46,9 @@ jobs:
4146
submodules: recursive
4247

4348
- uses: dylan-lang/install-opendylan@v2
49+
with:
50+
version: 2022.1
51+
tag: v2022.1.0
4452

4553
- name: Build libraries-test-suite-app
4654
run: |

0 commit comments

Comments
 (0)