We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2f05c2 commit 3a1db14Copy full SHA for 3a1db14
.github/workflows/conan-center-index.yml
@@ -26,12 +26,14 @@ jobs:
26
steps:
27
- name: Checkout repository
28
uses: actions/checkout@v5
29
+ with:
30
+ path: patch-ng-repo
31
32
- name: Setup Conan client
33
uses: conan-io/setup-conan@v1
34
35
- name: Setup Python NG
- run: pip install -e .
36
+ run: pip install -e patch-ng-repo
37
38
- name: Checkout conan-center-index
39
@@ -42,4 +44,4 @@ jobs:
42
44
43
45
- name: Validate Python-NG patch application
46
working-directory: conan-center-index/recipes
- run: bash .github/scripts/validate-cci-patch-ng.sh
47
+ run: bash scripts-repo/.github/scripts/validate-cci-patch-ng.sh
0 commit comments