Skip to content

Commit 2edd736

Browse files
committed
Fix ccov tag, update apt list
1 parent 1442404 commit 2edd736

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

.github/actions/build-linux/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ runs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)