Skip to content

Commit 0c3a8d9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cf4acc2 commit 0c3a8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: |
145145
BREW_PREFIX=$(brew --prefix)
146146
FILES=$(find "$BREW_PREFIX" -name CMakeParseImplicitLinkInfo.cmake)
147-
147+
148148
for file in $FILES; do
149149
echo "Patching $file"
150150
sed -i.backup 's/gcc_eh.*|/gcc_eh.*|gcc_ext.*|/g' "$file"

0 commit comments

Comments
 (0)