Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Sep 7, 2024
1 parent c863390 commit 183f801
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ jobs:
- name: Run tests
shell: msys2 {0}
env:
CC: cc
CXX: c++
run: |
export SETUPTOOLS_USE_DISTUTILS=stdlib
IGNOREFILE="$(pwd)/mingw_ignorefile.txt"
Expand All @@ -105,9 +102,6 @@ jobs:
- name: Run broken tests
continue-on-error: true
shell: msys2 {0}
env:
CC: cc
CXX: c++
run: |
export SETUPTOOLS_USE_DISTUTILS=stdlib
IGNOREFILE="$(pwd)/mingw_ignorefile.txt"
Expand Down

0 comments on commit 183f801

Please sign in to comment.