Skip to content

Commit

Permalink
CI: pwsh is really bad
Browse files Browse the repository at this point in the history
  • Loading branch information
NlGHT authored Sep 12, 2024
1 parent ca213d8 commit 1f570bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Clean
shell: pwsh
run: |
cd build
Remove-Item -Path ".qt", "_build", "_install", "CMakeFiles", "generic", "imageformats", "networkinformation", "out-amd64-Release", "qwindowkit", "resources", "src", "tls", "translations", "cmake_install.cmake", "CMakeCache.txt", "compile_commands.json", "Makefile", "qrc_resources.cpp" -Force -Recurse
dir
- name: Tar build
Expand Down

0 comments on commit 1f570bf

Please sign in to comment.