We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79aeb1d commit c8a1185Copy full SHA for c8a1185
1 file changed
.github/workflows/ci.yml
@@ -546,6 +546,8 @@ jobs:
546
run: |
547
rustup toolchain install $NIGHTLY_TOOLCHAIN
548
rustup component add --toolchain $NIGHTLY_TOOLCHAIN rust-src rustfmt clippy llvm-tools-preview
549
+ - name: Install rustfilt
550
+ run: |
551
cargo install rustfilt
552
- name: Rust Tests
553
env:
@@ -558,7 +560,7 @@ jobs:
558
560
-Zbuild-std --target x86_64-unknown-linux-gnu
559
561
562
echo "Building C++ tests"
- 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
564
cmake --build build -j
565
566
echo "Running C++ tests"
0 commit comments