From b726977adeb480f6dd75b5a01e56a25a25d25c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A4=8E=E5=90=8D=E6=B7=B1=E9=9B=AA?= Date: Fri, 27 Oct 2023 12:05:20 -0400 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e4b86c9..9345447 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,6 +36,6 @@ jobs: # linux-local-args: '["--toolkit"]' - name: "Run Tests" run: | - RUST_BACKTRACE=full CC=clang-15 CXX=clang++-54 cargo test --verbose -- --nocapture + RUST_BACKTRACE=full CC=clang-15 CXX=clang++-14 cargo test --verbose -- --nocapture # - name: "Run CUDA Tests" # run: CC=clang-14 CXX=clang++-14 LUISA_TEST_DEVICE=cuda cargo test --features cuda --verbose --release