Skip to content

Commit 81a9a5a

Browse files
committed
Navigate to the 'all' directory
1 parent cde31c2 commit 81a9a5a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/debian.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
runner: ubuntu-24.04-arm
2323
docker:
2424
- image: ghcr.io/xrplf/ci/debian-bookworm:gcc-12
25-
- image: ghcr.io/xrplf/ci/debian-bookworm:gcc-13
26-
- image: ghcr.io/xrplf/ci/debian-bookworm:gcc-14
27-
- image: ghcr.io/xrplf/ci/debian-bookworm:clang-16
28-
- image: ghcr.io/xrplf/ci/debian-bookworm:clang-17
29-
- image: ghcr.io/xrplf/ci/debian-bookworm:clang-18
30-
- image: ghcr.io/xrplf/ci/debian-bookworm:clang-19
31-
- image: ghcr.io/xrplf/ci/debian-bookworm:clang-20
25+
# - image: ghcr.io/xrplf/ci/debian-bookworm:gcc-13
26+
# - image: ghcr.io/xrplf/ci/debian-bookworm:gcc-14
27+
# - image: ghcr.io/xrplf/ci/debian-bookworm:clang-16
28+
# - image: ghcr.io/xrplf/ci/debian-bookworm:clang-17
29+
# - image: ghcr.io/xrplf/ci/debian-bookworm:clang-18
30+
# - image: ghcr.io/xrplf/ci/debian-bookworm:clang-19
31+
# - image: ghcr.io/xrplf/ci/debian-bookworm:clang-20
3232
package:
3333
- name: snappy
3434
version: 1.10.0
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
4040
- name: Build the recipe
41-
working-directory: recipes
42-
run: conan create ${{ matrix.package.name }} --version ${{ matrix.package.version }} --build=missing --update
41+
working-directory: recipes/${{ matrix.package.name }}/all
42+
run: conan create , --version ${{ matrix.package.version }} --build=missing --update
4343
- name: Upload the recipe
4444
run: conan upload '${{ matrix.package.name }}' --remote ${{ env.CONAN_URL }} --confirm --dry-run

0 commit comments

Comments
 (0)