Skip to content

Commit

Permalink
Check again if pdd runs (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jun 30, 2024
1 parent e07a3b1 commit 639dc78
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ jobs:
mkdir "%PLUGINDIR%"
copy build\*.dll "%PLUGINDIR%" || exit /b 666
cd %BINDIR%
# deroad: disabled due inf loop in latest radare2
# radare2.exe -qc "pdd? ; af ; pdd" radare2.exe
radare2.exe -qc "pdd? ; af ; pdd" radare2.exe
- uses: actions/upload-artifact@v4
with:
name: r2dec-${{env.R2V}}-w64.zip
Expand Down Expand Up @@ -202,8 +201,7 @@ jobs:
mkdir "%PLUGINDIR%"
copy build\*.dll "%PLUGINDIR%" || exit /b 666
cd %BINDIR%
# deroad: disabled due inf loop in latest radare2
# radare2.exe -qc "pdd? ; af ; pdd" radare2.exe
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 639dc78

Please sign in to comment.