Skip to content

Commit

Permalink
pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Jun 25, 2024
1 parent da6b55e commit ea8c6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
- name: Deploy app
run: |
windeployqt Build\gui || exit /b !errorlevel!
del Build\gui\cppcheck-gui.ilk || exit /b !errorlevel!
del Build\gui\cppcheck-gui.pdb || exit /b !errorlevel!
REM del Build\gui\cppcheck-gui.ilk || exit /b !errorlevel!
REM del Build\gui\cppcheck-gui.pdb || exit /b !errorlevel!
# TODO: build with boost enabled
- name: Build CLI x64 release configuration using MSBuild
Expand Down

0 comments on commit ea8c6ed

Please sign in to comment.