Skip to content

Commit

Permalink
ci: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 17, 2023
1 parent 04c9b82 commit c02b55e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
git submodule update --init --recursive
git submodule update --recursive --remote
Install and setup go
# Install and setup go
- name: Set up Go 1.19
uses: actions/setup-go@v2
with:
go-version: 1.19

setup gopath
# setup gopath
- name: Set PATH
run: |
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Expand All @@ -44,15 +44,15 @@ jobs:
# - name: Cache Rust dependencies
# uses: Swatinem/rust-cache@v2

Build relay
# Build relay
- name: Build relayer
run: make install

Install goloop
# Install goloop
- name: Install goloop
run: go install github.com/icon-project/goloop/cmd/goloop@latest

Build archwayd
# Build archwayd
- name: Build archwayd
working-directory: .github/scripts/archway
run: |
Expand Down

0 comments on commit c02b55e

Please sign in to comment.