Skip to content

Commit eed4538

Browse files
committed
xx
1 parent 8e850eb commit eed4538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify-bundled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
if: (success() || failure()) && (steps.changes.outputs.opcache_jit_ir == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))
3535
run: |
3636
cd ext/opcache/jit/ir
37-
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
38-
rm .git && git reset README.md
39-
git add . -N && git diff -a --exit-code ext/opcache/jit/ir
37+
rm -r .git .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
38+
git reset README.md
39+
git add . -N && git diff -a --exit-code .

0 commit comments

Comments
 (0)