summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Kulling <kimkulling@users.noreply.github.com>2024-10-08 09:35:17 +0200
committerGitHub <noreply@github.com>2024-10-08 09:35:17 +0200
commitb942b3cfeaeb80927dc5f58a7960b774433911ad (patch)
tree89f20c1a9212b8aaf2f883b5a6cdc10fa4738aba
parent883d7b928c73d7f4b67a11dde28b4cb431f55555 (diff)
-rw-r--r--.github/workflows/inno_setup.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/inno_setup.yml b/.github/workflows/inno_setup.yml
index 0bfef0cd3..1b19940f4 100644
--- a/.github/workflows/inno_setup.yml
+++ b/.github/workflows/inno_setup.yml
@@ -27,7 +27,10 @@ jobs:
run: |
curl -s -o DXSDK_Jun10.exe --location https://download.microsoft.com/download/A/E/7/AE743F1F-632B-4809-87A9-AA1BB3458E31/DXSDK_Jun10.exe
cmd.exe /c start /wait .\DXSDK_Jun10.exe /U /O /F /S /P "${{ github.workspace }}\DX_SDK"
-
+ - name: Download DLL using curl
+ run: |
+ curl -L -o ${{ github.workspace }} https://aka.ms/vs/17/release/VC_redist.x64.exe
+
- name: Set Windows specific CMake arguments
id: windows_extra_cmake_args
run: echo "::set-output name=args::-DASSIMP_BUILD_ASSIMP_TOOLS=1 -DASSIMP_BUILD_ASSIMP_VIEW=1 -DASSIMP_BUILD_ZLIB=1"