Skip to content

Commit

Permalink
i didn't think of this...
Browse files Browse the repository at this point in the history
  • Loading branch information
pundang committed Jul 9, 2024
1 parent ed9ed5e commit 06c7714
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: geode-sdk/build-geode-mod@main
with:
cli: "v3.0.0"
bindings: geode-sdk/bindings
bindings: elnexreal/geode-bindings
bindings-ref: main
combine: true
target: ${{ matrix.config.target }}
Expand Down
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ file(GLOB SOURCES
src/ui/*.cpp
)

if (DEFINED ENV{GITHUB_ACTIONS})
message("Github Actions Building, setting up env")
set(GEODE_BINDINGS_REPO_PATH ${CMAKE_SOURCE_DIR}/bindings)
add_definitions(-DGITHUB_ACTIONS)
endif()

add_library(${PROJECT_NAME} SHARED ${SOURCES})

if (NOT DEFINED ENV{GEODE_SDK})
Expand Down

0 comments on commit 06c7714

Please sign in to comment.