Skip to content

Commit

Permalink
Merge pull request #738 from kmilos/kmilos/ci_msys2
Browse files Browse the repository at this point in the history
CI: slim down MSYS2 install
  • Loading branch information
LebedevRI authored Jun 28, 2024
2 parents 013ba6d + 0de5302 commit 06a4e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/CI-windows-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
cache: false
msystem: ${{ inputs.msys2-msystem }}
update: false
install: >-
git
base-devel
pacboy: >-
cc:p
gcc-libs:p
Expand All @@ -67,12 +64,8 @@ jobs:
- name: Install Additional Dependencies (Coverage)
if: inputs.flavor == 'Coverage'
timeout-minutes: 1
uses: msys2/setup-msys2@v2
with:
cache: false
msystem: ${{ inputs.msys2-msystem }}
pacboy: >-
zstd:p
run: |
pacboy --noconfirm -S --needed zstd:p
- name: Configure
timeout-minutes: 3
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
matrix:
include:
- os: windows-latest
msys2: { msystem: MINGW64, arch: x86_64, family: GNU, CC: gcc, CXX: g++ }
msys2: { msystem: UCRT64, arch: x86_64, family: GNU, CC: gcc, CXX: g++ }
flavor: Coverage
uses: ./.github/workflows/CI-windows-msys2.yml
with:
Expand Down

0 comments on commit 06a4e07

Please sign in to comment.