Fix the w32 builds

This commit is contained in:
pancake 2021-09-20 06:38:02 +02:00 committed by GitHub
parent c546b71ab1
commit a49e6ec403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ jobs:
shell: pwsh
run: |
.github\vsdevenv.ps1
meson -Db_vscrt=mt --buildtype=release --prefix=$PWD\radare2-${{ steps.r2v.outputs.branch }}-w32 build
meson --buildtype=release --prefix=$PWD\radare2-${{ steps.r2v.outputs.branch }}-w32 build
ninja -C build
ninja -C build install
- name: Create zip artifact