Skip to content

Commit

Permalink
Merge pull request #6760 from radarhere/cygwin_stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 25, 2022
2 parents f276316 + 2c513c6 commit ad938d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cygwin.yml
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request, workflow_dispatch]
permissions:
contents: read

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Build
shell: bash.exe -eo pipefail -o igncr "{0}"
run: |
.ci/build.sh
SETUPTOOLS_USE_DISTUTILS=stdlib .ci/build.sh
- name: Test
run: |
Expand Down

0 comments on commit ad938d5

Please sign in to comment.