Skip to content

Commit 2a9dd0b

Browse files
author
Carlos Cabanero
committed
Using new TAG for +blink ver reference
1 parent c5e3f9e commit 2a9dd0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/autobuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
workflow_dispatch:
33
name: Auto-Build
44
env:
5-
MOSH_TAG: 1.4.0
5+
MOSH_TAG: 1.4.0+blink-17.3.0
66
jobs:
77
macports-cache:
88
runs-on: macos-12
@@ -54,7 +54,7 @@ jobs:
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

0 commit comments

Comments
 (0)