Skip to content

Commit 3e918ba

Browse files
committed
ci: fix workflow
1 parent 7a0f0a1 commit 3e918ba

2 files changed

Lines changed: 3 additions & 48 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
flutter-version: 3.32.8
3939
channel: stable
4040
cache: true
41-
cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}
41+
cache-key: flutter-:os:-:channel:-:version:-:arch:-
4242

4343
- name: 📦 Install Dependencies
4444
run: |
45-
flutter pub get
45+
cd codemagic_manager
46+
dart pub get

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

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)