Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Apr 10, 2024
1 parent 3e54a47 commit b76340b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
projects: [app, api, tools]
projects: [app, tools]
defaults:
run:
working-directory: ${{ matrix.projects }}
Expand Down
2 changes: 1 addition & 1 deletion FLUTTER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.19.6
3.19.5
8 changes: 4 additions & 4 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ packages:
dependency: transitive
description:
path: "packages/dart_leap"
ref: "47a223756447b027f6e0d2f7e537f4a1ca4bbce7"
resolved-ref: "47a223756447b027f6e0d2f7e537f4a1ca4bbce7"
ref: "992f8062618ef1e78ee92efc7a709eb0d476e1d0"
resolved-ref: "992f8062618ef1e78ee92efc7a709eb0d476e1d0"
url: "https://github.com/LinwoodDev/dart_pkgs"
source: git
version: "1.0.0"
Expand Down Expand Up @@ -538,8 +538,8 @@ packages:
dependency: "direct main"
description:
path: "packages/material_leap"
ref: "7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e"
resolved-ref: "7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e"
ref: "9338503df442df2e9a156511de1e93dfee8c4257"
resolved-ref: "9338503df442df2e9a156511de1e93dfee8c4257"
url: "https://github.com/LinwoodDev/dart_pkgs.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
material_leap:
git:
url: https://github.com/LinwoodDev/dart_pkgs.git
ref: 7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e
ref: 9338503df442df2e9a156511de1e93dfee8c4257
path: packages/material_leap
flex_color_scheme: ^7.2.0
flutter_svg: ^2.0.10+1
Expand Down

0 comments on commit b76340b

Please sign in to comment.