Skip to content

Commit 694ae55

Browse files
committed
ci: pin dart sdk to 3.9.2 for stable formatting
Revert "ci: pin dart sdk to 3.9.2 for stable formatting" This reverts commit 4deb4f5. chore: ci version
1 parent b876ecf commit 694ae55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Setup Dart
2525
uses: dart-lang/setup-dart@v1
26+
with:
27+
sdk: "3.9.2"
2628

2729
- name: Install lipo (macOS)
2830
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)