Skip to content

Commit

Permalink
Remove the qmake cache file
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent f499c5d commit e701da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Expand Up @@ -100,6 +100,8 @@ echo "Configuring Qt for $RUNNER_OS ($configPlatform)"
echo "Building Qt for $RUNNER_OS"
[[ "${RUNNER_OS:-}" != macOS ]] || make -C "$OUTPUT_DIR/build"
[[ "${RUNNER_OS:-}" != Windows ]] || {
ls -la "$OUTPUT_DIR/qtbase/"
rm -f "$OUTPUT_DIR/qtbase/.qmake.stash"
dir "$OUTPUT_DIR/build/"
cd "$OUTPUT_DIR/build"
nmake.exe
Expand Down

0 comments on commit e701da9

Please sign in to comment.