Skip to content

Commit

Permalink
added installation of VC Redistributable
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer committed Sep 6, 2024
1 parent fae17b7 commit 8020cb3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
# Check-out repository
- uses: actions/checkout@v3

- name: Install Visual C++ Redistributable
run: |
choco install vcredist2015
# Setup Python
- uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 8020cb3

Please sign in to comment.