Skip to content

Commit

Permalink
use same cache name
Browse files Browse the repository at this point in the history
  • Loading branch information
victimsnino authored May 14, 2024
1 parent e487ad2 commit c462cf2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: |
~/.conan2
/Users/runner/.conan2/
key: ${{ runner.os }}-conan-2
key: conan-2-ci-ubuntu-clang-Release

- name: run conan
run: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
path: |
~/.conan2
/Users/runner/.conan2/
key: ${{ runner.os }}-conan-2
key: conan-2-ci-ubuntu-clang-Release

- name: run conan
run: |
Expand Down
File renamed without changes.
19 changes: 2 additions & 17 deletions .github/workflows/ci v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
path: |
~/.conan2
/Users/runner/.conan2/
key: ${{ runner.os }}-conan-2
key: conan-2-ci-ubuntu-clang-Release

- name: run conan
run: |
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
path: |
~/.conan2
/Users/runner/.conan2/
key: ${{ runner.os }}-conan-2
key: conan-2-${{ matrix.config.name }}-${{ matrix.build_type.config }}

- name: run conan
run: |
Expand Down Expand Up @@ -210,21 +210,6 @@ jobs:
with:
cache: true

- name: get conan
uses: turtlebrowser/get-conan@main

- name: cache conan
uses: actions/cache@v2
with:
path: |
~/.conan2
/Users/runner/.conan2/
key: ${{ runner.os }}-conan-2

- name: run conan
run: |
conan profile detect --force
- name: Install project and build
env:
CC: gcc-10
Expand Down

0 comments on commit c462cf2

Please sign in to comment.