We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58210e commit 320a8c8Copy full SHA for 320a8c8
.github/workflows/gss.yml
@@ -79,6 +79,8 @@ jobs:
79
. ${HOME}/.graphscope_env
80
export SCCACHE_DIR=~/.cache/sccache
81
export RUSTC_WRAPPER=/usr/local/bin/sccache
82
+ rustup toolchain install 1.81.0
83
+ rustup default 1.81.0
84
cd ${GITHUB_WORKSPACE}/interactive_engine
85
mvn clean install -P groot -Drust.compile.mode=debug -DskipTests --quiet
86
mvn clean install -Pgroot-data-load --quiet
0 commit comments