Skip to content

Commit

Permalink
Spinnaker: correct gdown.cli to gdown for windows-x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Aug 3, 2024
1 parent c9799bf commit 47618fe
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/actions/deploy-windows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,19 +175,10 @@ runs:
cmd.exe /c "msiexec /quiet /i FlyCapture_2.13.3.31_x64.msi ADDLOCAL=ALL"
)
if "%CI_DEPLOY_PLATFORM%"=="windows-x86" if "%CI_DEPLOY_MODULE%"=="spinnaker" (
echo Installing Spinnaker x86
python -m gdown.cli https://drive.google.com/uc?id=17GagcVjj2Gv6WswJR86_DKw9jLEfHHdo
python -m gdown.cli https://drive.google.com/uc?id=1i93o2rFPtRKrCGBH2bUL5FQZchrDzrDe
rem We can get these msi files by starting the installation from the exe file
cmd.exe /c "msiexec /quiet /i Spinnaker-4.0.0.116_Binaries_v140_x86.msi ADDLOCAL=ALL"
cmd.exe /c "msiexec /quiet /i Spinnaker-4.0.0.116_SourceCode_v140_x86.msi ADDLOCAL=ALL"
)
if "%CI_DEPLOY_PLATFORM%"=="windows-x86_64" if "%CI_DEPLOY_MODULE%"=="spinnaker" (
echo Installing Spinnaker x64
python -m gdown.cli https://drive.google.com/file/d/1d0HHDHsPcgs-Pnw0u8KeeFlK79T1DQhf
python -m gdown.cli https://drive.google.com/file/d/18cWXUhL6aFs57Q73aVWT1BF_--pzoMha
python -m gdown https://drive.google.com/file/d/1d0HHDHsPcgs-Pnw0u8KeeFlK79T1DQhf
python -m gdown https://drive.google.com/file/d/18cWXUhL6aFs57Q73aVWT1BF_--pzoMha
rem We can get these msi files by starting the installation from the exe file
cmd.exe /c "msiexec /quiet /i Spinnaker_4.0.0.116_Binaries_v140_x64.msi ADDLOCAL=ALL"
cmd.exe /c "msiexec /quiet /i Spinnaker_4.0.0.116_SourceCode_v140_x64.msi ADDLOCAL=ALL"
Expand Down

0 comments on commit 47618fe

Please sign in to comment.