Skip to content

Commit

Permalink
[CI] Fix invocation syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Oct 29, 2024
1 parent cd05796 commit ae002c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ jobs:
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
toolchain: ${{ matrix.rust }}
with:
toolchain: ${{ matrix.rust }}
- name: Setup java 17 to run the Gradle script
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit ae002c2

Please sign in to comment.