Skip to content

Commit

Permalink
Improved efficiency of windows acceptance test workflow by not re-ins…
Browse files Browse the repository at this point in the history
…talling msys2

msys2 is included in github windows images, e.g. https://github.com/actions/runner-images/tree/main/images/windows

Ticket: ENT-11771
Changelog: none
  • Loading branch information
craigcomstock committed May 22, 2024
1 parent 790fdbc commit 8250f31
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/windows_acceptance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ jobs:
windows_acceptance_tests:
runs-on: windows-latest
steps:
- uses: msys2/setup-msys2@v2
with:
install: >-
rsync
dos2unix
diffutils
util-linux
python-pip
- name: Install msys2 packages
run: pacman -S rsync dos2unix diffutils util-linux python-pip

- name: Checkout Core
uses: actions/checkout@v3
Expand Down

0 comments on commit 8250f31

Please sign in to comment.