Skip to content

Commit fd7f369

Browse files
committed
Fixes CI failures
1 parent 15395b2 commit fd7f369

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/actions/setup-android/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ runs:
2828
flutter-version: 3.29.3
2929
channel: stable
3030
cache: true
31+
32+
- name: Enable Swift Package Manager
33+
run: flutter config --enable-swift-package-manager
34+
shell: bash
3135

3236
- name: Install Flutter dependencies
3337
working-directory: auth0_flutter/example

.github/actions/setup-publish/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ runs:
2020
flutter-version: ${{ inputs.flutter }}
2121
channel: stable
2222
cache: true
23-
23+
24+
- name: Enable Swift Package Manager
25+
run: flutter config --enable-swift-package-manager
26+
shell: bash
2427
- name: Install Flutter dependencies
2528
working-directory: ${{ inputs.working-directory }}
2629
run: flutter pub get

0 commit comments

Comments
 (0)