Skip to content

Commit

Permalink
build order
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Sep 25, 2023
1 parent 354e1da commit fab5780
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:

- name: Add Go to PATH
run: |
echo $(go env GOPATH)
echo $(go env GOPATH)/bin >> $GITHUB_PATH
- name: Check Path
run: echo $PATH
- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Check Protoc version
run: protoc --version

- name: Go Mod Init
run: go mod init ecfmp
Expand All @@ -36,16 +38,6 @@ jobs:
run: |
go get google.golang.org/protobuf/cmd/protoc-gen-go
go get google.golang.org/grpc/cmd/protoc-gen-go-grpc
go list -m all
ls -la $(go env GOPATH)/bin
ls -la $(go env GOPATH)/pkg/mod
ls -la
- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Check Protoc version
run: protoc --version
- name: Build Discord
run: make discord_proto
Expand Down

0 comments on commit fab5780

Please sign in to comment.