Post

Resolve google-protobuf Error

I recently ran into an issue where github would fail building and deploying dbqrs.com.

I got the following errror messages:

1
2
3
An error occurred while installing google-protobuf (3.25.2), and Bundler cannot continue.  

'/opt/hostedtoolcache/Ruby/3.3.0/x64/bin/bundle' failed with exit code 5  

To reolve the issue I changed ruby-version: 3 to ruby-version: 3.2 in
.github/workflows/pages-deploy.yml

This post is licensed under CC BY 4.0 by the author.