Skip to content

Commit d127e4f

Browse files
author
Developer
committed
Fix CI workflow: update Rust action, remove submodules option
1 parent 510f510 commit d127e4f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/openvx-conformance.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ jobs:
2828
steps:
2929
- name: Checkout rustVX
3030
uses: actions/checkout@v4
31-
with:
32-
submodules: recursive
3331

3432
- name: Install system dependencies
3533
run: |
@@ -44,7 +42,7 @@ jobs:
4442
python3-pip
4543
4644
- name: Setup Rust toolchain
47-
uses: dtolnay/rust-action@stable
45+
uses: actions-rust-lang/setup-rust-toolchain@v1
4846
with:
4947
toolchain: stable
5048
components: rustfmt, clippy

0 commit comments

Comments
 (0)