Skip to content

Commit c8a1185

Browse files
committed
fix
1 parent 79aeb1d commit c8a1185

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,8 @@ jobs:
546546
run: |
547547
rustup toolchain install $NIGHTLY_TOOLCHAIN
548548
rustup component add --toolchain $NIGHTLY_TOOLCHAIN rust-src rustfmt clippy llvm-tools-preview
549+
- name: Install rustfilt
550+
run: |
549551
cargo install rustfilt
550552
- name: Rust Tests
551553
env:
@@ -558,7 +560,7 @@ jobs:
558560
-Zbuild-std --target x86_64-unknown-linux-gnu
559561
560562
echo "Building C++ tests"
561-
cmake -Bbuild -GNinja -DWITH_ASAN=1 -DTARGET_TRIPLE=x86_64-unknown-linux-gnu
563+
cmake -Bbuild -DWITH_ASAN=1 -DTARGET_TRIPLE=x86_64-unknown-linux-gnu
562564
cmake --build build -j
563565
564566
echo "Running C++ tests"

0 commit comments

Comments
 (0)