mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
oh i committed debug logs
This commit is contained in:
parent
480161f5d3
commit
5272b54a8c
1 changed files with 0 additions and 2 deletions
|
@ -90,10 +90,8 @@ function(setup_geode_mod proname)
|
|||
# For CLI >=v2.4.0, there's an option to disable updating index because
|
||||
# Github Actions on Mac just returns 403 for no reason
|
||||
if (GEODE_DONT_UPDATE_INDEX AND (${GEODE_CLI_VERSION} VERSION_GREATER_EQUAL "2.4.0"))
|
||||
message(STATUS "yeahh")
|
||||
set(DONT_UPDATE_INDEX_ARG "--dont-update-index")
|
||||
else()
|
||||
message(STATUS "nahh")
|
||||
set(DONT_UPDATE_INDEX_ARG "")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue