We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 052a7bd commit 1eba50bCopy full SHA for 1eba50b
1 file changed
.github/workflows/meson.yml
@@ -34,8 +34,12 @@ jobs:
34
uses: actions/checkout@v4
35
- name: Install meson and ninja
36
run: sudo apt install -y meson ninja-build
37
- - name: Get dependencies
38
- run: sudo apt install -y libopencv-dev qt6-base-dev && meson wrap install nlohmann_json
+ - name: Get opencv
+ run: sudo apt install -y libopencv-dev
39
+ - name: Get QT6
40
+ run: sudo apt install -y qt6-base-dev
41
+ - name: Get nlohman_json
42
+ run: meson wrap install nlohmann_json
43
- name: Configure Project
44
run: meson setup build
45
env:
0 commit comments