Skip to content

Commit

Permalink
Merge pull request #321 from gaphor/danyeaw-patch-1
Browse files Browse the repository at this point in the history
Fix Windows Build Errors caused by Missing ZST Archives
  • Loading branch information
danyeaw committed May 20, 2020
2 parents bc14293 + 9113345 commit ec4bcec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
- name: Update MSYS2
run: |
$env:PATH = "C:\tools\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem"
C:\tools\msys64\usr\bin\pacman --noconfirm -Sy pacman
C:\tools\msys64\usr\bin\pacman --noconfirm -Su
C:\tools\msys64\usr\bin\pacman --noconfirm -Syyuu
C:\tools\msys64\usr\bin\pacman --noconfirm -Syuu
- name: Use Python Dependency Cache
Expand Down

0 comments on commit ec4bcec

Please sign in to comment.