Skip to content

Commit

Permalink
Artifact .conan2
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Sep 2, 2024
1 parent e4343a3 commit e712835
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ jobs:
build/test/odr_test
build/test/Release/odr_test.exe
- name: Artifact .conan2 dir
uses: actions/upload-artifact@v4
with:
name: conan2-${{ matrix.os }}-${{ matrix.compiler }}
path: .conan2

docker:
if: false
needs: build
Expand Down Expand Up @@ -198,6 +204,11 @@ jobs:
name: bin-${{ matrix.os }}-${{ matrix.compiler }}
path: .

- name: Restore .conan2
uses: actions/download-artifact@v4
with:
name: conan2-${{ matrix.os }}-${{ matrix.compiler }}

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

Please sign in to comment.