Skip to content

Commit b76340b

Browse files
committed
Fix ci
1 parent 3e54a47 commit b76340b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
10-
projects: [app, api, tools]
10+
projects: [app, tools]
1111
defaults:
1212
run:
1313
working-directory: ${{ matrix.projects }}

FLUTTER_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.19.6
1+
3.19.5

app/pubspec.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ packages:
197197
dependency: transitive
198198
description:
199199
path: "packages/dart_leap"
200-
ref: "47a223756447b027f6e0d2f7e537f4a1ca4bbce7"
201-
resolved-ref: "47a223756447b027f6e0d2f7e537f4a1ca4bbce7"
200+
ref: "992f8062618ef1e78ee92efc7a709eb0d476e1d0"
201+
resolved-ref: "992f8062618ef1e78ee92efc7a709eb0d476e1d0"
202202
url: "https://github.com/LinwoodDev/dart_pkgs"
203203
source: git
204204
version: "1.0.0"
@@ -538,8 +538,8 @@ packages:
538538
dependency: "direct main"
539539
description:
540540
path: "packages/material_leap"
541-
ref: "7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e"
542-
resolved-ref: "7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e"
541+
ref: "9338503df442df2e9a156511de1e93dfee8c4257"
542+
resolved-ref: "9338503df442df2e9a156511de1e93dfee8c4257"
543543
url: "https://github.com/LinwoodDev/dart_pkgs.git"
544544
source: git
545545
version: "0.0.1"

app/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies:
3737
material_leap:
3838
git:
3939
url: https://github.com/LinwoodDev/dart_pkgs.git
40-
ref: 7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e
40+
ref: 9338503df442df2e9a156511de1e93dfee8c4257
4141
path: packages/material_leap
4242
flex_color_scheme: ^7.2.0
4343
flutter_svg: ^2.0.10+1

0 commit comments

Comments
 (0)