We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bed944 commit aa25b04Copy full SHA for aa25b04
.github/workflows/ci.yml
@@ -311,8 +311,11 @@ jobs:
311
with:
312
fetch-depth: '0'
313
- name: Install Cygwin
314
- run: |
315
- choco install git gcc-core gcc-g++ python39 libgmp-devel libmpfr-devel libfftw3-devel --source cygwin
+ run: choco install -y cygwin
+ - 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
319
- name: Checkout main boost
320
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'
321
- name: Update tools/boostdep
0 commit comments