Skip to content

Commit

Permalink
actually fix cache, bump conan version in branch package
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed May 17, 2024
1 parent 7d507ba commit bf86239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
id: cache-conan
uses: actions/cache@v3
with:
path: ~/.conan2/data
path: ~/.conan2/p
key: ${{ matrix.config.os }}-${{ matrix.config.compiler }}

- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-conan-branch-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os: ubuntu-22.04
compiler: clang-15
cmake-version: 3.24.0
conan-version: 2.0.13
conan-version: 2.3.0
secrets:
CONAN_USER: ${{ secrets.CONAN_USER }}
CONAN_PW: ${{ secrets.CONAN_PW }}

0 comments on commit bf86239

Please sign in to comment.