Skip to content

Commit 6e620a4

Browse files
authored
Update main.yml
1 parent cc1a75d commit 6e620a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
run: echo CFLAGS="$(pkg-config python3 --cflags-only-I) -Wno-error -DPy_LIMITED_API=$PY_HEX_VERSION" >> $GITHUB_ENV
2828
- name: Set ldflags
2929
run: echo LDFLAGS="$(pkg-config python3-embed --libs)" >> $GITHUB_ENV
30+
- name: Print GCC version
31+
run: gcc --version
3032
- name: Run tests
31-
run: v -stats -cg -showcc -d py_limited_api -cc gcc test $GITHUB_WORKSPACE/*_test.v
33+
run: v -stats -showcc -d py_limited_api -cc gcc test $GITHUB_WORKSPACE/*_test.v
3234
- name: Create the Badge
3335
uses: schneegans/dynamic-badges-action@v1.1.0
3436
with:

0 commit comments

Comments
 (0)