Skip to content

Commit 320a8c8

Browse files
committed
minor fix
1 parent a58210e commit 320a8c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gss.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ jobs:
7979
. ${HOME}/.graphscope_env
8080
export SCCACHE_DIR=~/.cache/sccache
8181
export RUSTC_WRAPPER=/usr/local/bin/sccache
82+
rustup toolchain install 1.81.0
83+
rustup default 1.81.0
8284
cd ${GITHUB_WORKSPACE}/interactive_engine
8385
mvn clean install -P groot -Drust.compile.mode=debug -DskipTests --quiet
8486
mvn clean install -Pgroot-data-load --quiet

0 commit comments

Comments
 (0)