Skip to content

Commit 9a712df

Browse files
committed
fix rm
1 parent cc343b0 commit 9a712df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-bundled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
rm -rf ext/opcache/jit/ir
3232
git clone --revision=5a81104e650ebd7ac24eb63d4dff67db723a5278 https://github.com/dstogov/ir.git ext/opcache/jit/ir
3333
cd ext/opcache/jit/ir
34-
rm -r .github/workflows bench examples tests tools
34+
rm -r .github/workflows bench examples tests tools TODO ir.g ir_cpuinfo.c ir_emit_c.c ir_emit_llvm.c ir_load.c ir_load_llvm.c ir_main.c ir_mem2ssa.c
3535
git reset README.md
3636
- name: Opcache JIT IR - Verify files
3737
if: (success() || failure()) && (steps.changes.outputs.opcache_jit_ir == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))

0 commit comments

Comments
 (0)