From 5c11829e23364b92226691c3b12e6b2583178182 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 8 Jan 2025 07:22:49 +0100 Subject: [PATCH] get pub before downloading prebuild --- .github/workflows/pr_test_build_windows.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr_test_build_windows.yml b/.github/workflows/pr_test_build_windows.yml index f831690c17..989d242bf0 100644 --- a/.github/workflows/pr_test_build_windows.yml +++ b/.github/workflows/pr_test_build_windows.yml @@ -75,6 +75,8 @@ jobs: - name: download monero_c prebuilds (can't build inside of windows container) run: | + cp pubspec_base.yaml pubspec.yaml + flutter pub get dart run tool/download_moneroc_prebuilds.dart - name: Execute Build and Setup Commands