Update rust.yml
This commit is contained in:
parent
053d7fc952
commit
eb26783c97
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -18,9 +18,8 @@ jobs:
|
||||
rustup component add clippy
|
||||
|
||||
- name: Init Submodules
|
||||
if: ${{ hashFiles('ffplayout-frontend/package.json') == '' }}
|
||||
run: |
|
||||
git submodule update --init
|
||||
git submodule update --init --recursive
|
||||
|
||||
- name: Use ffmpeg on Linux
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
|
Loading…
Reference in New Issue
Block a user