Skip to content

Commit

Permalink
Merge branch 'main' into update-bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo authored Jan 10, 2023
2 parents 394ead0 + 7edcd14 commit e10908b
Show file tree
Hide file tree
Showing 44 changed files with 1,767 additions and 1,725 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
target
key: ${{ runner.os }}-cargo

- name: Set-Up
run: sudo apt install -y git clang curl libssl-dev llvm libudev-dev protobuf-compiler

- name: Install toolchain
# hacky way to install rust. Rustup is pre-installed on runners. Calling rustup show will detect the rust-toolchain.toml, and subsequently
# download the needed toolchain and components.
Expand Down
Loading

0 comments on commit e10908b

Please sign in to comment.