From 31e77abfd480e9cdaa2694a4a2f8d52f20d5a4ab Mon Sep 17 00:00:00 2001 From: Paul Yushkevich Date: Tue, 8 Oct 2024 15:01:04 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7aa07034..2ea30cf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -220,6 +220,7 @@ jobs: SITE=github-runner-${{ matrix.os }} ${{ runner.os == 'Windows' && format('CURL_LIBRARY={0}/vcpkg/installed/x64-windows-release/lib/libcurl.lib', github.workspace) || '' }} ${{ runner.os == 'Windows' && format('CURL_INCLUDE_DIR={0}/vcpkg/installed/x64-windows-release/include', github.workspace) || '' }} + ${{ runner.os == 'MacOS' && 'CMAKE_OSX_DEPLOYMENT_TARGET=12.6' || '' }} # Build ITK-SNAP using CDash - name: ITK-SNAP Dashboard -- Configure and Build @@ -333,7 +334,8 @@ jobs: touch $HOME/.ssh/config && chmod 600 $HOME/.ssh/config echo "StrictHostKeyChecking=no" >> $HOME/.ssh/config echo "BatchMode=yes" >> $HOME/.ssh/config - cmake -DSCP_ARGUMENTS=-vi$HOME/.ssh/sfkey -DSCP_USERNAME=$USER . + echo "IdentityFile=~/.ssh/sfkey" >> $HOME/.ssh/config + cmake -DSCP_ARGUMENTS=-v -DSCP_USERNAME=$USER . cmake --build . --target itksnap_upload_experimental