Skip to content

Commit

Permalink
test(ci, windows): install msys64 / rsync build pre-requisites
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 11, 2024
1 parent a9547b6 commit 23f34c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ jobs:

- uses: actions/checkout@v4

- name: Install windows pre-requisites
if: contains(matrix.os, 'windows')
run: |
Add-Content $env:GITHUB_PATH "C:\msys64\usr\bin"
c:\msys64\usr\bin\pacman.exe -S git rsync
- name: Enable KVM group perms (Ubuntu)
if: contains(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit 23f34c0

Please sign in to comment.