2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Use package manager for cygwin runs (#862)

This commit is contained in:
Matt Borland
2022-10-29 16:18:24 -07:00
committed by GitHub
parent 5bed94410f
commit aa25b040a5

View File

@@ -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