diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 3d9e8d8..45df4b2 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -2,7 +2,7 @@ on: workflow_dispatch: name: Auto-Build env: - MOSH_TAG: 1.4.0 + MOSH_TAG: 1.4.0+blink-17.3.0 jobs: macports-cache: runs-on: macos-12 @@ -54,7 +54,7 @@ jobs: run: | docker build -t builder --build-arg TARGET_ARCH=${{ matrix.architecture }} . - - run: git clone --depth=1 --branch mosh-$MOSH_TAG https://github.com/mobile-shell/mosh.git + - run: git clone --depth=1 --branch mosh-$MOSH_TAG https://github.com/blinksh/mosh-server.git mosh - name: Build binaries for ${{ matrix.architecture }} 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: ${{ runner.os }}-build- ${{ runner.os }}- - - run: git clone --depth=1 --branch mosh-$MOSH_TAG https://github.com/mobile-shell/mosh.git + - run: git clone --depth=1 --branch mosh-$MOSH_TAG https://github.com/blinksh/mosh-server.git mosh - run: PATH=/opt/local/bin:$PATH ./autogen.sh working-directory: ./mosh