Skip to content

Commit d9117a3

Browse files
committed
CI/Windows: install_omt: drop {}
1 parent 43f51b9 commit d9117a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/Windows/prepare_msys.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ https://github.com/CESNET/GPUJPEG/releases/download/continuous/"$fname"
100100
cp -r GPUJPEG/* /usr/local/
101101
)
102102

103-
install_omt() {(
103+
install_omt() (
104104
omt_ver="v1.0.0.14"
105105
fname=OpenMediaTransport.Binaries.Release."$omt_ver".zip
106106
wget --no-verbose \
@@ -110,7 +110,7 @@ install_omt() {(
110110
cp Libraries/Winx64/*dll /usr/local/bin/
111111
cp Libraries/Winx64/*dll /usr/local/lib/
112112
cp Libraries/Winx64/*.h /usr/local/include/
113-
)}
113+
)
114114

115115
# Install cross-platform deps
116116
"$GITHUB_WORKSPACE/.github/scripts/install-common-deps.sh"

0 commit comments

Comments
 (0)