@@ -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
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