Skip to content

Commit

Permalink
repository path
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Sep 22, 2024
1 parent cb5b109 commit b0faf49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: gopath/github.com/katydid/validator-go
- name: Checkout gogoprotobuf
uses: actions/checkout@v4
with:
repository: gogo/protobuf
path: ../protobuf
path: gopath/github.com/gogo/protobuf
- name: Setup Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit b0faf49

Please sign in to comment.