Skip to content

Commit 7648b46

Browse files
committed
Remove the missing r_event.h hack
1 parent 1a5fd13 commit 7648b46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ jobs:
142142
python -m wget https://github.com/radareorg/radare2/releases/download/${{env.R2V}}/radare2-${{env.R2V}}-w64.zip -o r2.zip
143143
unzip r2.zip
144144
mv radare2-${{env.R2V}}-w64 radare2 || mv radare2-w64-${{env.R2V}} radare2
145-
cp -f radare2/include/libr/r_util/r_event.h radare2/include/libr/r_event.h
146145
pwd
147146
- name: make
148147
shell: cmd

0 commit comments

Comments
 (0)