Skip to content

Commit

Permalink
What will happen
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 580040075
  • Loading branch information
Jonathan Godbout authored and copybara-github committed Nov 7, 2023
1 parent 489ba68 commit ea4d45b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/SBCL-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
sudo make &&
popd
- name: Download and install protobuf
run: sudo apt install -y protobuf-compiler libprotobuf-dev libprotoc-dev

- name: Install cl-protobufs (really only need protoc)
run: |
cd $GITHUB_WORKSPACE/quicklisp/local-projects
Expand Down

0 comments on commit ea4d45b

Please sign in to comment.