Skip to content

Commit 79c25a9

Browse files
committed
tests-refactored
1 parent 31bbcd8 commit 79c25a9

File tree

3 files changed

+271
-306
lines changed

3 files changed

+271
-306
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747

4848
- name: Install packages
4949
# `llvm-14-tools` is needed to install the `FileCheck` binary which is used for asm tests.
50-
run: sudo apt-get install ninja-build ripgrep llvm-14-tools
50+
run: |
51+
sudo apt-get install ninja-build ripgrep llvm-14-tools libstdc++-11-dev
5152
5253
- name: Install rustfmt & clippy
5354
run: rustup component add rustfmt clippy

0 commit comments

Comments
 (0)