Skip to content

Commit

Permalink
use the cygwin install action instead of choco
Browse files Browse the repository at this point in the history
Removed "gcc" and "lib" from the package list since there are no
such packages.
  • Loading branch information
tonycoz committed Jun 22, 2022
1 parent 8bde479 commit fb063fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/testsuite.yml
Expand Up @@ -443,12 +443,12 @@ jobs:
# we use Cygwin git, so no need to configure git here.
- name: Set up Cygwin
shell: cmd
run: |
choco install cygwin --params="/InstallDir:%GITHUB_WORKSPACE%\cygwin"
choco install cyg-get
cyg-get cygwin-devel gcc-core gcc gcc-g++ make cygwin64-w32api-headers ^
binutils libtool git ccache lib libgdbm-devel libdb-devel
uses: cygwin/cygwin-install-action@v2
with:
packages: >
cygwin-devel gcc-core gcc-g++ make w32api-headers binutils libtool
git ccache libgdbm-devel libdb-devel
install-dir: ${{ github.workspace }}\cygwin
- name: Check out using Cygwin git, to ensure correct file permissions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fb063fd

Please sign in to comment.