From 0eb39aa9e3b9a7ef1807c5955cf9a1b48bdbf8e7 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sat, 10 Apr 2021 18:05:57 +0800 Subject: [PATCH] Perform installation step on Github Actions CI --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d13eb5b67..538b03753 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,6 +62,9 @@ jobs: --graphviz=build/target_graph.dot cmake --build build + - name: install qBittorrent + run: sudo cmake --build build --target install + - name: upload artifact as zip uses: actions/upload-artifact@v2 with: