Skip to content
Snippets Groups Projects
Verified Commit f267cc58 authored by Ralph Giles's avatar Ralph Giles
Browse files

mingw: Pull opusfile source from gitlab.

Update the build environment container to use the gitlab.xiph.org
url instead of the no-longer-available git.xiph.org.
parent 1a3c9323
No related branches found
No related tags found
1 merge request!21mingw updates
Pipeline #2001 passed
......@@ -11,7 +11,7 @@ RUN dnf install -y mingw32-gcc zip
RUN dnf clean all
RUN git clone https://git.xiph.org/opusfile.git
RUN git clone https://gitlab.xiph.org/xiph/opusfile.git
WORKDIR opusfile
RUN git pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment