Skip to content

Commit

Permalink
Specify bash shell for protoc downloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmitr committed Jun 12, 2024
1 parent e5352ac commit 456fd56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- name: Install Protoc
if: ${{ matrix.build.tool == 'cargo' }}
shell: bash
run: |
export PB_REL=https://github.com/protocolbuffers/protobuf/releases
curl -LO $PB_REL/download/v25.3/protoc-25.3-linux-x86_64.zip
Expand Down

0 comments on commit 456fd56

Please sign in to comment.