Skip to content

Commit

Permalink
👷 (Windows CI) Add download vcredist content
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Aug 9, 2024
1 parent f6d23a3 commit 5e08711
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/inno-setup-package-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ jobs:
flutter pub get
flutter build windows
- name: Download VCRedist 143
- name: Clone vcredist files
run: |
curl -L -o vcredist.exe https://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x64.exe
shell: pwsh
git clone https://github.com/iiumschedule/vcredist.git windows-x64-vc
- name: Add DLL files
run: |
Copy-Item windows-x64-vc/scripts/windows/x64/msvcp140.dll build/windows/runner/Release/
Copy-Item windows-x64-vc/scripts/windows/x64/vcruntime140.dll build/windows/runner/Release/
Copy-Item windows-x64-vc/scripts/windows/x64/vcruntime140_1.dll build/windows/runner/Release/
- name: Building the installer
run: |
Expand Down

0 comments on commit 5e08711

Please sign in to comment.