Skip to content

Commit

Permalink
install mysys2 for windows build & add verbose logging to tauri packa…
Browse files Browse the repository at this point in the history
…ging
  • Loading branch information
jdeepee committed Oct 21, 2023
1 parent 39b4c31 commit 3c6500f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 3c6500f

Please sign in to comment.