Browse Source

Perform installation step on Github Actions CI

adaptive-webui-19844
Chocobo1 4 years ago
parent
commit
0eb39aa9e3
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 3
      .github/workflows/ci.yaml

3
.github/workflows/ci.yaml

@ -62,6 +62,9 @@ jobs: @@ -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:

Loading…
Cancel
Save