Skip to content

Commit

Permalink
Install protoc in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
domMayhew committed Feb 15, 2024
1 parent 71e0e7c commit 95099a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/publish-haskell/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ runs:
key: stack-${{ hashFiles('stack.yaml.lock') }}
restore-keys: stack-

- name: Install protoc
uses: ./.github/actions/setup-protoc-protolens

- name: Get Package Version
id: package-version
shell: bash
Expand Down

0 comments on commit 95099a0

Please sign in to comment.