Skip to content

Commit 373b656

Browse files
committed
so we don't need bash
1 parent e5ff664 commit 373b656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/opencvsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
script=$(
134134
cat <<'EOS'
135135
set -eux
136-
apk add --no-cache build-base cmake bash
136+
apk add --no-cache build-base cmake
137137
EOS
138138
)
139139
fi

0 commit comments

Comments
 (0)