Skip to content

Commit 5f8688d

Browse files
fix YAML syntax in debug step
1 parent 0f309f7 commit 5f8688d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,7 @@ jobs:
6868
- name: DEBUG - show real llc stderr
6969
if: failure()
7070
run: |
71-
python3 -c "
72-
from pythonbpf.codegen import compile_to_ir
73-
compile_to_ir('tests/passing_tests/if.py', '/tmp/debug.ll')
74-
"
71+
python3 -c "from pythonbpf.codegen import compile_to_ir; compile_to_ir('tests/passing_tests/if.py', '/tmp/debug.ll')"
7572
cat /tmp/debug.ll
7673
llc -march=bpf -filetype=obj -O2 /tmp/debug.ll -o /tmp/debug.o
7774

0 commit comments

Comments
 (0)