Skip to content

Commit

Permalink
Add install-build-deps to update-generated/aws-node workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbeaumont committed Aug 31, 2020
1 parent 73ddafb commit 8cba8e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: '^1.14'
- name: Install deps
run: make install-build-deps
- name: Update maxpods
run: make update-maxpods
- name: Commit changes
Expand Down Expand Up @@ -66,6 +64,8 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: '^1.14'
- name: Install deps
run: make install-build-deps
- name: Update aws-node
run: make update-aws-node
- name: Commit changes
Expand Down

0 comments on commit 8cba8e2

Please sign in to comment.