Skip to content

Commit

Permalink
Change directories manually
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 9, 2023
1 parent ff33a9f commit f499c5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Expand Up @@ -101,5 +101,7 @@ echo "Building Qt for $RUNNER_OS"
[[ "${RUNNER_OS:-}" != macOS ]] || make -C "$OUTPUT_DIR/build"
[[ "${RUNNER_OS:-}" != Windows ]] || {
dir "$OUTPUT_DIR/build/"
nmake.exe -F "$OUTPUT_DIR/build/Makefile"
cd "$OUTPUT_DIR/build"
nmake.exe
#nmake.exe -F "$OUTPUT_DIR/build/Makefile"
}

0 comments on commit f499c5d

Please sign in to comment.