Skip to content

Commit ae002c2

Browse files
committed
[CI] Fix invocation syntax.
1 parent cd05796 commit ae002c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,8 @@ jobs:
374374
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
375375
- name: Rust setup
376376
uses: dtolnay/rust-toolchain@stable
377-
toolchain: ${{ matrix.rust }}
377+
with:
378+
toolchain: ${{ matrix.rust }}
378379
- name: Setup java 17 to run the Gradle script
379380
uses: actions/setup-java@v4
380381
with:

0 commit comments

Comments
 (0)