Skip to content

Commit

Permalink
issue: metaverse#337, updated
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush committed Sep 10, 2021
1 parent ebef2d1 commit 684f463
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Deps
env:
GOPATH: $GOPATH
GOPATH: $HOME/go
PROTOC_VER: ${{ matrix.protoc }}
run: |
sudo apt update && sudo apt install -y git unzip build-essential
Expand All @@ -43,15 +43,15 @@ jobs:
- name: Build
env:
GOPATH: $GOPATH
GOPATH: $HOME/go
run: |
cd go/src/github.com/metaverse/truss
export PATH=$HOME/bin/:$GOPATH/bin/:$PATH
make
- name: Test
env:
GOPATH: $GOPATH
GOPATH: $HOME/go
run: |
export PATH=$HOME/bin/:$GOPATH/bin/:$PATH
cd go/src/github.com/metaverse/truss
Expand Down

0 comments on commit 684f463

Please sign in to comment.