From 6c2d4b56d58019ad8555529b895ee0668caa9f72 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Tue, 29 Nov 2022 22:19:55 +0000 Subject: [PATCH] GitHub CI: use the 2022.1 release explicitly For Open Dylan I think it makes sense to move the tag we use manually rather than depending on the default. We'll sometimes want to use a pre-release tag so the compiler changes can be compiled. --- .github/workflows/libraries-test-suite.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/libraries-test-suite.yml b/.github/workflows/libraries-test-suite.yml index 64d5643b3..bb0ba0624 100644 --- a/.github/workflows/libraries-test-suite.yml +++ b/.github/workflows/libraries-test-suite.yml @@ -11,6 +11,8 @@ on: # This enables the Run Workflow button on the Actions tab. workflow_dispatch: +# TODO: convert to matrix job spec to prevent repetition + jobs: libraries-test-suite-ubuntu: runs-on: ubuntu-latest @@ -21,6 +23,9 @@ jobs: submodules: recursive - uses: dylan-lang/install-opendylan@v2 + with: + version: 2022.1 + tag: v2022.1.0 - name: Build libraries-test-suite-app run: | @@ -41,6 +46,9 @@ jobs: submodules: recursive - uses: dylan-lang/install-opendylan@v2 + with: + version: 2022.1 + tag: v2022.1.0 - name: Build libraries-test-suite-app run: |