Skip to content

Commit

Permalink
debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Mar 19, 2024
1 parent c0aa6fa commit 75ad55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
rm *.zip
mv rizin* rizin-build
cd rizin-build
powershell.exe -file .\dist\windows\build_windows_installer.ps1 'vs2019_static' '64' '--default-library=static -Db_vscrt=static_from_buildtype -Dportable=true'
powershell.exe ".\dist\windows\build_windows_installer.ps1 vs2019_static 64 '--default-library=static -Db_vscrt=static_from_buildtype -Dportable=true'"
ls ./dist/windows/Output
cd "$WORKDIR"
- name: Install rizin.exe
Expand Down

0 comments on commit 75ad55c

Please sign in to comment.