Skip to content

Commit 40eba5c

Browse files
committed
ci: add Dart for Copilot
1 parent 8d7e80d commit 40eba5c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

codemagic_manager/.github/workflows/copilot-setup-steps.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,10 @@ jobs:
2828
- name: Checkout code
2929
uses: actions/checkout@v4
3030

31-
# - name: Set up Node.js
32-
# uses: actions/setup-node@v4
33-
# with:
34-
# node-version: "20"
35-
# cache: "npm"
36-
37-
# - name: Install JavaScript dependencies
38-
# run: npm ci
39-
31+
- name: Setup Dart
32+
uses: dart-lang/setup-dart@v1
33+
with:
34+
sdk: "stable"
4035
- name: 🐦 Setup Flutter
4136
uses: subosito/flutter-action@v2
4237
with:

0 commit comments

Comments
 (0)