We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f51b9 commit d9117a3Copy full SHA for d9117a3
1 file changed
.github/scripts/Windows/prepare_msys.sh
@@ -100,7 +100,7 @@ https://github.com/CESNET/GPUJPEG/releases/download/continuous/"$fname"
100
cp -r GPUJPEG/* /usr/local/
101
)
102
103
-install_omt() {(
+install_omt() (
104
omt_ver="v1.0.0.14"
105
fname=OpenMediaTransport.Binaries.Release."$omt_ver".zip
106
wget --no-verbose \
@@ -110,7 +110,7 @@ install_omt() {(
110
cp Libraries/Winx64/*dll /usr/local/bin/
111
cp Libraries/Winx64/*dll /usr/local/lib/
112
cp Libraries/Winx64/*.h /usr/local/include/
113
-)}
+)
114
115
# Install cross-platform deps
116
"$GITHUB_WORKSPACE/.github/scripts/install-common-deps.sh"
0 commit comments