Skip to content

Commit 3a1db14

Browse files
committed
Refer repo in a separte folder
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
1 parent b2f05c2 commit 3a1db14

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/conan-center-index.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ jobs:
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v5
29+
with:
30+
path: patch-ng-repo
2931

3032
- name: Setup Conan client
3133
uses: conan-io/setup-conan@v1
3234

3335
- name: Setup Python NG
34-
run: pip install -e .
36+
run: pip install -e patch-ng-repo
3537

3638
- name: Checkout conan-center-index
3739
uses: actions/checkout@v5
@@ -42,4 +44,4 @@ jobs:
4244

4345
- name: Validate Python-NG patch application
4446
working-directory: conan-center-index/recipes
45-
run: bash .github/scripts/validate-cci-patch-ng.sh
47+
run: bash scripts-repo/.github/scripts/validate-cci-patch-ng.sh

0 commit comments

Comments
 (0)