Skip to content

Commit

Permalink
Merge branch 'ir_fix_agg_columns' of github.com:shirly121/GraphScope …
Browse files Browse the repository at this point in the history
…into ir_fix_agg_columns
  • Loading branch information
shirly121 committed Dec 25, 2024
2 parents 4f6b745 + d614b48 commit 24bc38c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gaia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,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: Rust Format Check
run: |
cd ${GITHUB_WORKSPACE}/interactive_engine/executor && ./check_format.sh
Expand Down

0 comments on commit 24bc38c

Please sign in to comment.