Skip to content

Commit

Permalink
Using new TAG for +blink ver reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Apr 6, 2024
1 parent c5e3f9e commit 2a9dd0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2a9dd0b

Please sign in to comment.