Skip to content

Commit

Permalink
disable windows test in ci till fixed in next release
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Apr 2, 2024
1 parent 06a3a88 commit ba70cc1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ jobs:
mkdir "%PLUGINDIR%"
copy build\*.dll "%PLUGINDIR%" || exit /b 666
cd %BINDIR%
radare2.exe -qc "pdd? ; af ; pdd" radare2.exe
# deroad: disabled due inf loop in latest radare2
# radare2.exe -qc "pdd? ; af ; pdd" radare2.exe
- uses: actions/upload-artifact@v4
with:
name: r2dec-${{env.R2V}}-w64.zip
Expand Down Expand Up @@ -188,7 +189,8 @@ jobs:
mkdir "%PLUGINDIR%"
copy build\*.dll "%PLUGINDIR%" || exit /b 666
cd %BINDIR%
radare2.exe -qc "pdd? ; af ; pdd" radare2.exe
# deroad: disabled due inf loop in latest radare2
# radare2.exe -qc "pdd? ; af ; pdd" radare2.exe
- uses: actions/upload-artifact@v4
with:
name: r2dec-${{env.R2V}}-w32.zip
Expand Down

0 comments on commit ba70cc1

Please sign in to comment.