Skip to content

Commit

Permalink
Update cmake/CIConfig.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Theodore Tsirpanis <theodore.tsirpanis@tiledb.com>
  • Loading branch information
ihnorton and teo-tsirpanis committed Mar 9, 2023
1 parent 30ad804 commit c271697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CIConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if ($ENV{GITHUB_ACTIONS} STREQUAL "true")
if (DEFINED ENV{GITHUB_ACTIONS})
include("${CMAKE_SOURCE_DIR}/.github/misc/github_actions_override.cmake")
endif()

0 comments on commit c271697

Please sign in to comment.