Skip to content

Commit

Permalink
checkout gogoprotobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Sep 22, 2024
1 parent 6058580 commit e8bc416
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout gogoprotobuf
uses: actions/checkout@v4
with:
repository: github.com/gogo/protobuf
path: ../protobuf
- name: Setup Go
uses: actions/setup-go@v3
with:
Expand All @@ -23,7 +28,7 @@ jobs:
- name: env
run: env && go env && pwd
- name: tree
run: tree
run: cd .. && tree
- name: Generate
run: PATH=$HOME/bin:$PATH make regenerate
- name: Build
Expand Down

0 comments on commit e8bc416

Please sign in to comment.