Skip to content

Commit 69d908e

Browse files
authored
Match Ninja flags more closely to Make in CI (#1278)
1 parent fb377c9 commit 69d908e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ jobs:
9898
run: ln -s /orig .
9999
- name: Build
100100
run: |
101-
args='--version ${{matrix.version}} --compilers /compilers'
101+
args='--compilers /compilers --max-errors 0 --verbose --version ${{matrix.version}}'
102102
if [ -z '${{matrix.options}}' ]; then
103-
args="--map $args"
103+
args="--map --require-protos $args"
104104
fi
105105
echo "$args" | xargs python configure.py
106106
echo "${{matrix.options}}" | xargs ninja

0 commit comments

Comments
 (0)