From da6f197b8d2b72ac0748727e67a9dfd617c559dd Mon Sep 17 00:00:00 2001 From: Lean Mendoza Date: Fri, 25 Aug 2023 15:57:10 -0300 Subject: [PATCH] test --- .github/workflows/ci.yml | 2 +- rust/xtask/src/install_dependency.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eaa625e..64063008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -168,7 +168,7 @@ jobs: # => Linux - name: Install alsa and udev if: runner.os == 'linux' - run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev + run: sudo apt-get update; sudo apt-get install -y --no-install-recommends libasound2-dev libudev-dev - name: install ffmpeg deps (linux) run: sudo apt install -y --no-install-recommends clang curl pkg-config libavcodec-dev libavformat-dev libavutil-dev libavfilter-dev libavdevice-dev if: runner.os == 'linux' diff --git a/rust/xtask/src/install_dependency.rs b/rust/xtask/src/install_dependency.rs index 784f423a..aa92d9e2 100644 --- a/rust/xtask/src/install_dependency.rs +++ b/rust/xtask/src/install_dependency.rs @@ -210,7 +210,7 @@ pub fn copy_ffmpeg_libraries(dest_folder: String) -> Result<(), anyhow::Error> { } pub fn install(skip_download_templates: bool) -> Result<(), anyhow::Error> { - // install_dcl_protocol()?; + install_dcl_protocol()?; if env::consts::OS == "windows" { download_and_extract_zip(