Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 96ec5d2

Browse files
committed
added problem-matchers
1 parent 9ff420b commit 96ec5d2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@master
3838
- uses: actions/setup-python@master
39+
- run: echo '::add-matcher::.github/problem-matchers/gcc.json'
40+
if: matrix.os == 'macos-12' || matrix.os == 'ubuntu-22.04'
41+
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
42+
if: matrix.os == 'windows-2022'
43+
3944
- uses: pypa/cibuildwheel@v2.16.2
4045
with:
4146
output-dir: dist
@@ -62,6 +67,11 @@ jobs:
6267
steps:
6368
- uses: actions/checkout@master
6469
- uses: actions/setup-python@master
70+
- run: echo '::add-matcher::.github/problem-matchers/gcc.json'
71+
if: matrix.os == 'macos-12' || matrix.os == 'ubuntu-22.04'
72+
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
73+
if: matrix.os == 'windows-2022'
74+
6575
- uses: pypa/cibuildwheel@v2.16.2
6676
with:
6777
output-dir: dist
@@ -88,6 +98,11 @@ jobs:
8898
steps:
8999
- uses: actions/checkout@master
90100
- uses: actions/setup-python@master
101+
- run: echo '::add-matcher::.github/problem-matchers/gcc.json'
102+
if: matrix.os == 'macos-12' || matrix.os == 'ubuntu-22.04'
103+
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
104+
if: matrix.os == 'windows-2022'
105+
91106
- uses: pypa/cibuildwheel@v2.16.2
92107
with:
93108
output-dir: dist

0 commit comments

Comments
 (0)