cicd: fix ubsan deb package installation

This commit is contained in:
Andrew Hlynskyi 2023-07-13 17:44:38 +03:00
parent f01c4f8376
commit 0c318d3468

View file

@ -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