From 3c6500f4838f47b0d2284b036c2aeb704b5767f6 Mon Sep 17 00:00:00 2001 From: Joshua Parkin Date: Sat, 21 Oct 2023 13:42:22 +0100 Subject: [PATCH] install mysys2 for windows build & add verbose logging to tauri packaging --- .github/workflows/publish_staging.yml | 2 +- ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_staging.yml b/.github/workflows/publish_staging.yml index 990f1085c..a00944b9b 100644 --- a/.github/workflows/publish_staging.yml +++ b/.github/workflows/publish_staging.yml @@ -77,7 +77,7 @@ jobs: - name: install dependencies (windows only) if: matrix.platform == 'windows-latest' - run: choco install protoc cmake curl cygwin gnuwin32-m4 libgcc make mingw + run: choco install protoc cmake curl cygwin gnuwin32-m4 msys2 make mingw - name: get version run: echo "PACKAGE_VERSION=$(node -p "require('./ui/package.json').version")" >> $GITHUB_ENV diff --git a/ui/package.json b/ui/package.json index aa20c8844..1af09b2c1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,7 +28,7 @@ "tauri": "tauri", "eject": "vite eject", "build": "vite build", - "package-ad4m": "yarn run build && yarn tauri build" + "package-ad4m": "yarn run build && yarn tauri build --verbose" }, "eslintConfig": { "extends": [