Skip to content

Commit

Permalink
chore: Fix windows build opts
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Aug 7, 2024
1 parent 29a6ef7 commit aa5f4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include_directories(
)
find_package(CURL REQUIRED)

if (WIN32)
if (WIN32 AND NOT GITHUB_ACTION_BUILD)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "C:/Program Files (x86)/Steam/ext/bin")
endif()

Expand Down

0 comments on commit aa5f4ba

Please sign in to comment.