From 320a8c8e54cd755c994a0fdef91ce560df184bb9 Mon Sep 17 00:00:00 2001 From: BingqingLyu Date: Mon, 23 Dec 2024 10:48:58 +0800 Subject: [PATCH] minor fix --- .github/workflows/gss.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gss.yml b/.github/workflows/gss.yml index 5bf0558997ff..ffd550578596 100644 --- a/.github/workflows/gss.yml +++ b/.github/workflows/gss.yml @@ -79,6 +79,8 @@ jobs: . ${HOME}/.graphscope_env export SCCACHE_DIR=~/.cache/sccache export RUSTC_WRAPPER=/usr/local/bin/sccache + rustup toolchain install 1.81.0 + rustup default 1.81.0 cd ${GITHUB_WORKSPACE}/interactive_engine mvn clean install -P groot -Drust.compile.mode=debug -DskipTests --quiet mvn clean install -Pgroot-data-load --quiet