Skip to content

Commit 8e850eb

Browse files
committed
x
1 parent 9a712df commit 8e850eb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/verify-bundled.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
run: |
3131
rm -rf ext/opcache/jit/ir
3232
git clone --revision=5a81104e650ebd7ac24eb63d4dff67db723a5278 https://github.com/dstogov/ir.git ext/opcache/jit/ir
33-
cd ext/opcache/jit/ir
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
35-
git reset README.md
3633
- name: Opcache JIT IR - Verify files
3734
if: (success() || failure()) && (steps.changes.outputs.opcache_jit_ir == 'true' || (github.event_name != 'push' && github.event_name != 'pull_request'))
38-
run: git add . -N && git diff -a --exit-code ext/opcache/jit/ir
35+
run: |
36+
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

0 commit comments

Comments
 (0)