Skip to content

Commit 5c11829

Browse files
committed
get pub before downloading prebuild
1 parent aac5ea1 commit 5c11829

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_test_build_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
7676
- name: download monero_c prebuilds (can't build inside of windows container)
7777
run: |
78+
cp pubspec_base.yaml pubspec.yaml
79+
flutter pub get
7880
dart run tool/download_moneroc_prebuilds.dart
7981
8082
- name: Execute Build and Setup Commands

0 commit comments

Comments
 (0)