Skip to content

Commit aa25b04

Browse files
authored
Use package manager for cygwin runs (#862)
1 parent 5bed944 commit aa25b04

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,11 @@ jobs:
311311
with:
312312
fetch-depth: '0'
313313
- name: Install Cygwin
314-
run: |
315-
choco install git gcc-core gcc-g++ python39 libgmp-devel libmpfr-devel libfftw3-devel --source cygwin
314+
run: choco install -y cygwin
315+
- name: Install Package Manager
316+
run: choco install -y cyg-get
317+
- name: Install Packages
318+
run: cyg-get git gcc-core gcc-g++ python39 libgmp-devel libmpfr-devel libfftw3-devel
316319
- name: Checkout main boost
317320
run: C:\\tools\\cygwin\\bin\\bash -l -c 'cd $(cygpath -u "$GITHUB_WORKSPACE") && git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root'
318321
- name: Update tools/boostdep

0 commit comments

Comments
 (0)