Skip to content

Commit

Permalink
Merge pull request #145 from 0chain/service-0chain-patch-1
Browse files Browse the repository at this point in the history
Update build-zwallet.yaml for runners self-hosted & build
  • Loading branch information
cnlangzi authored Jun 14, 2022
2 parents 250431d + bac309d commit 440da5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-zwallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
build-linux:
name: Build-linux
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: [self-hosted, build]
steps:
- name: Setup go 1.18
uses: actions/setup-go@v2
Expand Down

0 comments on commit 440da5f

Please sign in to comment.