ci: Fix manifest build dir

This commit is contained in:
Vladimir Vaskov 2025-02-02 17:23:39 +03:00
parent 6a5b25285e
commit a03c6a944a
No known key found for this signature in database
GPG key ID: CECAF75A5D478132
3 changed files with 4 additions and 4 deletions

View file

@ -60,9 +60,9 @@
"sources": [
{
"type": "dir",
"path": "../../../"
"path": "../../"
}
]
}
]
}
}

View file

@ -46,4 +46,4 @@ modules:
- -Dis_devel=true
sources:
- type: dir
path: ../../../
path: ../../

View file

@ -44,4 +44,4 @@ modules:
builddir: true
sources:
- type: dir
path: ../../../
path: ../../