cicd: fix ubsan deb package installation
This commit is contained in:
parent
f01c4f8376
commit
0c318d3468
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sanitize.yml
vendored
2
.github/workflows/sanitize.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install UBSAN library
|
||||
run: sudo apt-get install -y libubsan1
|
||||
run: sudo apt-get update -y && sudo apt-get install -y libubsan1
|
||||
|
||||
- name: Install Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue