Skip to content

Commit

Permalink
aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
sunby committed Jun 21, 2023
1 parent f81bd97 commit 66b8c41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
mkdir build && cd build
conan install .. --build missing
conan build ..
- uses: actions/cache/save@v3
if: always()
with:
path: $HOME/.conan
key: conan-${{ hashFiles('./cpp/conanfile.py') }}

- name : Test
working-directory: ./cpp/build
Expand Down

0 comments on commit 66b8c41

Please sign in to comment.