Skip to content

Commit

Permalink
ci: Try to workaround build failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Dec 9, 2023
1 parent 4a7e249 commit 62bb532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ Exec { cmake "-S." "-B$buildDir" -G $generator "-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_
#
# Build
#
# XXX: Temporary hack to avoid "No rule to make target lib*.dll.a"
Exec { cmake --build $buildDir --use-stderr --target mgwhelp_implib --target exchndl_implib }
Exec { cmake --build $buildDir --use-stderr --target all }

#
Expand Down

0 comments on commit 62bb532

Please sign in to comment.