Update rust.yml

This commit is contained in:
jb-alvarado 2023-11-01 18:07:10 +00:00 committed by GitHub
parent 053d7fc952
commit eb26783c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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' }}