From ec887130a05ccabc6d4c60dfa9949f6fa0683872 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Tue, 3 Sep 2024 00:21:10 +0300 Subject: [PATCH] ~/.conan2/p --- .github/workflows/build_test.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index a5973c3d..df47f15b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -108,13 +108,12 @@ jobs: build/test/odr_test build/test/Release/odr_test.exe - - name: Artifact .conan2 dir + - name: Artifact .conan2/p dir uses: actions/upload-artifact@v4 with: name: conan2-${{ matrix.os }}-${{ matrix.compiler }} - path: ~/.conan2 + path: ~/.conan2/p if-no-files-found: error - include-hidden-files: true docker: if: false @@ -216,11 +215,11 @@ jobs: name: bin-${{ matrix.os }}-${{ matrix.compiler }} path: . - - name: Restore .conan2 + - name: Restore .conan2/p uses: actions/download-artifact@v4 with: name: conan2-${{ matrix.os }}-${{ matrix.compiler }} - path: ~/.conan2 + path: ~/.conan2/p - run: ls -lhR /home/runner/.conan2/p/pdf2*/p/share/pdf2htmlEX - run: cat /home/runner/.conan2/p/pdf2*/p/share/pdf2htmlEX/manifest