From abd6d76aeaa0f9c8d2167ebf0f2e7134ccdad685 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sun, 19 Apr 2026 19:01:39 +0000 Subject: [PATCH] update CI workflow --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 902e713..e3dc54f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,9 @@ jobs: libavutil-dev \ libswscale-dev + - name: Setup Rust toolchain + uses: actions-rust-lang/setup-rust-toolchain@v1 + - name: Install Qt uses: jurplel/install-qt-action@v3 with: