Skip to content

Commit

Permalink
Install protoc also in Test & Package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 29, 2023
1 parent d5836a4 commit 92ad6cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install protoc
uses: arduino/setup-protoc@v2
# - name: Start postgres
# if: matrix.target != 'aarch64-apple-darwin'
# uses: nyurik/action-setup-postgis@v1
Expand Down

0 comments on commit 92ad6cd

Please sign in to comment.