We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69ef7e commit 48606d0Copy full SHA for 48606d0
.github/workflows/main.yml
@@ -40,6 +40,8 @@ jobs:
40
run: phpize
41
- name: Configure build
42
run: CFLAGS="-Wall -fno-strict-aliasing" ./configure --with-yaml
43
+ - name: Report gcc problems
44
+ uses: ammaraskar/gcc-problem-matcher@master
45
- name: Build
46
run: make all
47
- name: Run tests
@@ -109,8 +111,8 @@ jobs:
109
111
110
112
113
run: configure --with-yaml --with-php-build=..\deps --with-prefix=${{ steps.setup-php.outputs.prefix }}
- - name: Report gcc problems
- uses: ammaraskar/gcc-problem-matcher@master
114
+ - name: Report msvc problems
115
+ uses: ammaraskar/msvc-problem-matcher@master
116
117
run: nmake /D /P
118
0 commit comments