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 c973e61 commit 07fa6b0Copy full SHA for 07fa6b0
.github/workflows/ci.yml
@@ -213,7 +213,7 @@ jobs:
213
run: |
214
# ${{ env.stepName }}
215
echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
216
-
+ gcc --version
217
cmake -S . -B build -DFREERTOS_PLUS_TCP_ENABLE_BUILD_CHECKS=ON -DFREERTOS_PLUS_TCP_TEST_CONFIGURATION=ENABLE_ALL -DCMAKE_C_FLAGS="-O3"
218
cmake --build build --target freertos_plus_tcp_build_test
219
0 commit comments