Skip to content

Commit

Permalink
fix: set up thrif for CI phase check
Browse files Browse the repository at this point in the history
  • Loading branch information
dantengsky committed Apr 28, 2022
1 parent 5dfab34 commit 0311467
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ runs:
- name: Setup Build Tool
uses: ./.github/actions/setup_build_tool

- name: Setup thrift
uses: dodopizza/setup-thrift@v1
with:
version: 0.15.0

# If you need to reset the cache version, increment the number after `v`
- uses: Swatinem/rust-cache@v1
with:
Expand Down

0 comments on commit 0311467

Please sign in to comment.