Skip to content

Commit

Permalink
Use bash for bash syntax...
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 18, 2024
1 parent 022e8d0 commit ee3be10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
target: ${{ matrix.target }}
- name: Install protoc for lang repo
shell: bash
run: |
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
sudo apt-get update
Expand Down

0 comments on commit ee3be10

Please sign in to comment.