Skip to content

Commit

Permalink
Temporarily use old Dart version for CI, until dart-lang/sdk#53267 is…
Browse files Browse the repository at this point in the history
… fixed
  • Loading branch information
nielsenko committed Aug 28, 2023
1 parent 3d01052 commit 9bf4806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart-desktop-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9bf4806

Please sign in to comment.