From 3afab89ab3afdb152b518211861b75a6c1686537 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Wed, 12 Mar 2025 13:27:46 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ff1e691d..241fb86a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -96,13 +96,14 @@ jobs: - name: Build and Test run: | uname -m + python -c "import struct; print(8 * struct.calcsize('P'))" - python cmake_build.py Debug - # gdb_commands.txt - echo "run" > gdb_commands.txt - echo "backtrace" >> gdb_commands.txt - echo "quit" >> gdb_commands.txt - gdb -batch -x gdb_commands.txt --args ./main tests/77_builtin_func_1.py + # python cmake_build.py Debug + # # gdb_commands.txt + # echo "run" > gdb_commands.txt + # echo "backtrace" >> gdb_commands.txt + # echo "quit" >> gdb_commands.txt + # gdb -batch -x gdb_commands.txt --args ./main tests/77_builtin_func_1.py python cmake_build.py python scripts/run_tests.py