Skip to content

Commit 89da212

Browse files
authored
chore: Update viable crates (#1677)
* chore: Update viable crates * miri also requires protobuf-compiler * Apparently sudo is required when running directly on github runners * rebase
1 parent 8f402d5 commit 89da212

File tree

15 files changed

+194
-247
lines changed

15 files changed

+194
-247
lines changed

.github/workflows/miri.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v3
41+
- name: Install Build Dependencies
42+
shell: bash
43+
run: |
44+
sudo apt-get update
45+
sudo apt-get install -y protobuf-compiler
46+
sudo apt-get install -y clang
4147
- name: Install Miri
4248
run: |
4349
rustup toolchain install nightly --component miri

0 commit comments

Comments
 (0)