File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 workflow_dispatch :
33name : Auto-Build
44env :
5- MOSH_TAG : 1.4.0
5+ MOSH_TAG : 1.4.0+blink-17.3.0
66jobs :
77 macports-cache :
88 runs-on : macos-12
5454 run : |
5555 docker build -t builder --build-arg TARGET_ARCH=${{ matrix.architecture }} .
5656
57- - run : git clone --depth=1 --branch mosh-$MOSH_TAG https://github.com/mobile-shell /mosh.git
57+ - run : git clone --depth=1 --branch mosh-$MOSH_TAG https://github.com/blinksh /mosh-server .git mosh
5858
5959 - name : Build binaries for ${{ matrix.architecture }}
6060 run : docker run -v $PWD/mosh:/mosh -w /mosh --name=builder builder sh -c './autogen.sh && LDFLAGS=-static ./configure && make'
@@ -107,7 +107,7 @@ jobs:
107107 ${{ runner.os }}-build-
108108 ${{ runner.os }}-
109109
110- - run : git clone --depth=1 --branch mosh-$MOSH_TAG https://github.com/mobile-shell /mosh.git
110+ - run : git clone --depth=1 --branch mosh-$MOSH_TAG https://github.com/blinksh /mosh-server .git mosh
111111
112112 - run : PATH=/opt/local/bin:$PATH ./autogen.sh
113113 working-directory : ./mosh
You can’t perform that action at this time.
0 commit comments