Skip to content

Commit

Permalink
Use package manager for cygwin runs (boostorg#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland authored and AreaZR committed Jan 19, 2023
1 parent 7bd56b5 commit 065b17f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,11 @@ jobs:
with:
fetch-depth: '0'
- name: Install Cygwin
run: |
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
run: choco install -y cyg-get
- name: Install Packages
run: cyg-get git gcc-core gcc-g++ python39 libgmp-devel libmpfr-devel libfftw3-devel
- name: Checkout main boost
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'
- name: Update tools/boostdep
Expand Down

0 comments on commit 065b17f

Please sign in to comment.