Skip to content

Commit

Permalink
install rust
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed May 27, 2024
1 parent d2f5eec commit 52c258d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install deps
run: sudo apt -y install protobuf-compiler

- name: Install & display rust toolchain
run: rustup show

- name: Check targets are installed correctly
run: rustup target list --installed

- name: Build EXTRA_ARGS
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: |
Expand Down

0 comments on commit 52c258d

Please sign in to comment.