We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1a75d commit 6e620a4Copy full SHA for 6e620a4
.github/workflows/main.yml
@@ -27,8 +27,10 @@ jobs:
27
run: echo CFLAGS="$(pkg-config python3 --cflags-only-I) -Wno-error -DPy_LIMITED_API=$PY_HEX_VERSION" >> $GITHUB_ENV
28
- name: Set ldflags
29
run: echo LDFLAGS="$(pkg-config python3-embed --libs)" >> $GITHUB_ENV
30
+ - name: Print GCC version
31
+ run: gcc --version
32
- name: Run tests
- 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
34
- name: Create the Badge
35
uses: schneegans/dynamic-badges-action@v1.1.0
36
with:
0 commit comments