From 9bf48065b6dea60969aba82c8bad77a1e4ce8107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Overg=C3=A5rd=20Nielsen?= Date: Mon, 28 Aug 2023 13:55:14 +0200 Subject: [PATCH] Temporarily use old Dart version for CI, until https://github.com/dart-lang/sdk/issues/53267 is fixed --- .github/workflows/dart-desktop-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart-desktop-tests.yml b/.github/workflows/dart-desktop-tests.yml index 592ecaf7c..cbce2ac77 100644 --- a/.github/workflows/dart-desktop-tests.yml +++ b/.github/workflows/dart-desktop-tests.yml @@ -8,7 +8,7 @@ on: required: true type: string runner: - description: GitHub runnar image to execute on. + description: GitHub runner image to execute on. required: true type: string architecture: @@ -58,7 +58,7 @@ jobs: - name : Setup Dart SDK uses: dart-lang/setup-dart@main with: - sdk: stable + sdk: ${{ contains(inputs.os, 'linux') && '3.0.6' || 'stable'}} architecture: ${{ inputs.architecture == 'arm' && 'arm64' || 'x64'}} - name: Install dependencies