Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/workflows/_gen_proto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ jobs:
timeout-minutes: ${{ inputs.timeout_minutes }}

steps:
- name: Install git
run: |
apt-get update && apt-get install -y git
- name: Setup Ubuntu packages
uses: zondax/actions/setup-ubuntu-packages@v1
with:
packages: |
- bash
- protobuf-compiler

- name: Checkout with GitHub App
uses: zondax/actions/checkout-with-app@v1
Expand All @@ -50,10 +53,6 @@ jobs:
app_id: ${{ secrets.app_id }}
app_pem: ${{ secrets.app_pem }}

- name: Install bash and protobuf dependencies
run: |
apt-get update && apt-get install -y bash protobuf-compiler unzip

- name: Setup Node environment
uses: zondax/actions/setup-node-env@v1
id: setup-node
Expand Down