Skip to content

Commit f231155

Browse files
committed
use new vendor check command in gha
1 parent c1f603b commit f231155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

new/.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
submodules: 'true'
2828
- uses: ./.github/actions/deps
2929
- name: Check vendor
30-
run: cd third_party && cargo vendor --frozen --no-delete
30+
run: cargo oro vendor --check
3131
build-artifacts:
3232
runs-on: ubuntu-latest
3333
strategy:

0 commit comments

Comments
 (0)