Skip to content

Commit

Permalink
~/.conan2/p
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 2, 2024
1 parent 15d2343 commit ec88713
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ec88713

Please sign in to comment.