From 33c75dbc75192b219d6bcc974725ca58d2e835fe Mon Sep 17 00:00:00 2001 From: "Victor A." <52110451+cs50victor@users.noreply.github.com> Date: Thu, 18 Jan 2024 02:32:47 -0500 Subject: [PATCH] chore: update rust ci --- .github/workflows/ci-rs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-rs.yml b/.github/workflows/ci-rs.yml index 5a59869..1e72f66 100644 --- a/.github/workflows/ci-rs.yml +++ b/.github/workflows/ci-rs.yml @@ -39,7 +39,7 @@ jobs: enable-sccache: "true" - name: Install binaries - run: sudo apt-get update && sudo apt-get install -y clang pkg-config libavfilter-dev libavdevice-dev libavcodec-dev libavformat-dev libavutil-dev + run: sudo apt-get update && sudo apt-get install -y clang pkg-config - name: Build run: cargo build --release # --verbose