Skip to content

Commit

Permalink
[ci] Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Apr 5, 2024
1 parent 9388ddb commit 4f8918c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/mac-codesign/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ runs:
xcrun notarytool submit "codesign.zip" \
--team-id "GRW9MHZ724" \
--apple-id "jeanmichael.celerier@gmail.com" \
--password "@env:MAC_ALTOOL_PASSWORD" \
--password "$MAC_ALTOOL_PASSWORD" \
--progress \
--wait
Expand Down
2 changes: 1 addition & 1 deletion src/ossia-max/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()
if(Git_FOUND)
if(${MAXSDK_PATH} STREQUAL "${OSSIA_3RDPARTY_FOLDER}/max-sdk")
execute_process(
COMMAND Git::Git submodule update --init -- ${OSSIA_3RDPARTY_FOLDER}/max-sdk
COMMAND "${GIT_EXECUTABLE}" submodule update --init -- ${OSSIA_3RDPARTY_FOLDER}/max-sdk
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMAND_ERROR_IS_FATAL ANY)
endif()
Expand Down

0 comments on commit 4f8918c

Please sign in to comment.