Skip to content

Commit a7f6e6a

Browse files
more debug
1 parent 1bce550 commit a7f6e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
3232
chmod a+x builder
3333
./builder build -p ${{ env.PACKAGE_NAME }} --cmake-extra=-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
34-
ls
34+
ls build
3535
3636
- uses: whisperity/codechecker-analysis-action@v1
3737
id: codechecker

0 commit comments

Comments
 (0)