mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 14:19:51 +00:00
Fix the w32 builds
This commit is contained in:
parent
c546b71ab1
commit
a49e6ec403
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user