Skip to content

Commit 1eba50b

Browse files
authored
Seperate deps to see what causes error
1 parent 052a7bd commit 1eba50b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/meson.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ jobs:
3434
uses: actions/checkout@v4
3535
- name: Install meson and ninja
3636
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
37+
- name: Get opencv
38+
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
3943
- name: Configure Project
4044
run: meson setup build
4145
env:

0 commit comments

Comments
 (0)