Skip to content

Commit

Permalink
Remove the stash deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent 3833ba9 commit 05ec677
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ 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
#nmake.exe -F "$OUTPUT_DIR/build/Makefile"
Expand Down

0 comments on commit 05ec677

Please sign in to comment.