mirror of https://github.com/actions/toolkit
Fix needs dependency
parent
e1f6cb00bd
commit
6c90dc8898
|
@ -79,7 +79,7 @@ jobs:
|
|||
|
||||
verify:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build-ubuntu-latest, build-windows-latest, build-macos-latest]
|
||||
needs: [build]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue