Skip to content

Commit bb9aedb

Browse files
authored
Merge pull request openspout#20 from Slamdunk/ga_fix
Fix CC sent on multiple builds
2 parents 35caf08 + c8182c8 commit bb9aedb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959

6060
runs-on: ${{ matrix.os }}
6161

62-
env:
63-
code-coverage: "none"
64-
6562
strategy:
6663
matrix:
6764
os:
@@ -70,6 +67,8 @@ jobs:
7067
- "7.3"
7168
- "7.4"
7269
- "8.0"
70+
code-coverage:
71+
- "none"
7372
include:
7473
- os: "windows-latest"
7574
php-version: "8.1"

0 commit comments

Comments
 (0)