File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# Set the default behavior, in case people don't have core.autocrlf set.
2- * text =auto
2+ * text =auto eol = lf
33
44* .c linguist-language =C
55* .h linguist-language =C
Original file line number Diff line number Diff line change 77 - name : Install RE2C Lexer Generator
88 shell : bash
99 run : |
10+ sudo apt-get update --quiet --yes 1>/dev/null
1011 sudo apt-get install re2c lcov
1112
1213 - name : Build Zephir Parser for Linux
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 with :
153153 token : ${{ secrets.CODECOV_TOKEN }}
154154 files : ./lcov.info
155- flags : unittests,${{ matrix .os }}
155+ flags : unittests,${{ runner .os }}
156156
157157 - name : Upload Info for Debug on Fail
158158 if : failure()
You can’t perform that action at this time.
0 commit comments