Skip to content

Commit

Permalink
Update release-binary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arrudagates authored Mar 23, 2023
1 parent 9150988 commit 369d954
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true

- name: Cache cargo
uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo

- name: Setup for checks
run: sudo apt install -y git clang curl libssl-dev llvm libudev-dev protobuf-compiler

- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build binary
run: cargo build --release
Expand Down

0 comments on commit 369d954

Please sign in to comment.