Update ci.yml
parent
367d55f906
commit
ff4f9d68d7
|
|
@ -30,12 +30,12 @@ jobs:
|
|||
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
needs: changes
|
||||
if: needs.changes.outputs.changes == 'true'
|
||||
if: jobs.changes.outputs.changes == 'true'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue