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 1bce550 commit a7f6e6aCopy full SHA for a7f6e6a
.github/workflows/static.yml
@@ -31,7 +31,7 @@ jobs:
31
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
32
chmod a+x builder
33
./builder build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
34
- ls
+ ls build
35
36
- uses: whisperity/codechecker-analysis-action@v1
37
id: codechecker
0 commit comments