Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Nov 17, 2023
1 parent dd17f87 commit aea1812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
set PLUGINDIR=%CD%\radare2\lib\plugins
set ARCH=x64
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
meson --buildtype=release -Dr2_incdir="radare2\include" build || exit /b 666
meson --buildtype=release -Dr2_incdir="radare2\include\libr" build || exit /b 666
ninja -C build || exit /b 666
mkdir %DESTDIR%
copy build\*.dll %DESTDIR% || exit /b 666
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
set PLUGINDIR=%CD%\radare2\lib\plugins
set ARCH=x86
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86
meson --buildtype=release -Dr2_incdir="radare2\include" build || exit /b 666
meson --buildtype=release -Dr2_incdir="radare2\include\libr" build || exit /b 666
ninja -C build || exit /b 666
mkdir %DESTDIR%
copy build\*.dll %DESTDIR% || exit /b 666
Expand Down

0 comments on commit aea1812

Please sign in to comment.