Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Feb 1, 2025
1 parent d5b91e6 commit 0d593a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
chmod a+x builder
./builder build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
./builder build -p ${{ env.PACKAGE_NAME }} --config Debug --cmake-extra=-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
ls ${{ github.workspace }}/.github/workflows/
- uses: whisperity/codechecker-analysis-action@v1
Expand Down

0 comments on commit 0d593a5

Please sign in to comment.