diff --git a/.github/workflows/pyinstaller_windows.yml b/.github/workflows/pyinstaller_windows.yml index e2443bf..57369e9 100644 --- a/.github/workflows/pyinstaller_windows.yml +++ b/.github/workflows/pyinstaller_windows.yml @@ -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: