From 01b5fe4adb693b93b646b6951168dea4cc6e0122 Mon Sep 17 00:00:00 2001 From: BingqingLyu Date: Mon, 23 Dec 2024 15:34:19 +0800 Subject: [PATCH] minor fix --- .github/workflows/k8s-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/k8s-ci.yml b/.github/workflows/k8s-ci.yml index 2eff66e0a1af..66d6909d6b7d 100644 --- a/.github/workflows/k8s-ci.yml +++ b/.github/workflows/k8s-ci.yml @@ -282,6 +282,12 @@ jobs: ~/.cache/sccache key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + - name: Install Rust + uses: actions-rs/toolchain@v1 + with: + toolchain: 1.81.0 + override: true + - name: Build Artifact run: | . ${HOME}/.graphscope_env @@ -640,6 +646,12 @@ jobs: ~/.cache/sccache key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + - name: Install Rust + uses: actions-rs/toolchain@v1 + with: + toolchain: 1.81.0 + override: true + - name: Build GIE Experimental Artifacts run: | . ~/.graphscope_env