Skip to content

Commit 10e9517

Browse files
committed
ci: use single quotes
1 parent 2d53928 commit 10e9517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
flutter-version: ${{ inputs.flutter_version }}
224224
channel: ${{ inputs.flutter_channel }}
225225
- name: Override endorsed plugin with audioplayers_android_exo
226-
run: dart pub add "audioplayers_android_exo:{path: ../../audioplayers_android_exo}"
226+
run: dart pub add 'audioplayers_android_exo:{path: ../../audioplayers_android_exo}'
227227
working-directory: ./packages/audioplayers/example
228228
- uses: bluefireteam/melos-action@v3
229229
- name: Setup Android Emulator

0 commit comments

Comments
 (0)