Skip to content

Commit

Permalink
[CI] Don't cache conan cache, it doesn't fit inside the limits
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jun 22, 2024
1 parent 31ccb43 commit f5ac76b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
ref: pdf2htmlEX_and_deps
path: conan-odr-index

- uses: actions/cache@v4
with:
path: ~/.conan2
key: ${{ hashFiles('**') }}
restore-keys: conan-cache
# - uses: actions/cache@v4
# with:
# path: ~/.conan2
# key: ${{ hashFiles('**') }}
# restore-keys: conan-cache

- run: python scripts/conan_export_all_packages.py
working-directory: conan-odr-index
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testInner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
conan profile list
conan profile show
- uses: actions/cache/restore@v4
with:
path: ~/.conan2
restore-keys: conan-cache
# - uses: actions/cache/restore@v4
# with:
# path: ~/.conan2
# restore-keys: conan-cache

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f5ac76b

Please sign in to comment.