Skip to content

Commit

Permalink
Merge pull request #621 from hashlash/patch-1
Browse files Browse the repository at this point in the history
Add protobuf to fix GitHub action failure
  • Loading branch information
osamasayed committed Jun 3, 2024
2 parents 7edea22 + a17bb4d commit 71e66d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install protobuf
run: sudo apt install -y protobuf-compiler
# Add or replace dependency steps here
- name: Install Ruby and gems
uses: ruby/setup-ruby@8f312efe1262fb463d906e9bf040319394c18d3e # v1.92
Expand All @@ -45,6 +47,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install protobuf
run: sudo apt install -y protobuf-compiler
- name: Install Ruby and gems
uses: ruby/setup-ruby@8f312efe1262fb463d906e9bf040319394c18d3e # v1.92
with:
Expand Down

0 comments on commit 71e66d0

Please sign in to comment.