Skip to content

Commit 439fcf9

Browse files
committed
FIX | workflow
1 parent b11e3fb commit 439fcf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conan_build_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: cache-conan
5050
uses: actions/cache@v4
5151
with:
52-
path: ${{github.workspace}}/.conan2
52+
path: ${{ env.HOME }}/.conan2
5353
key: conan-${{ runner.os }}-${{ hashFiles('**/conanfile.py') }}
5454
- if: ${{steps.cache-conan.outputs.cache-hit != 'true'}}
5555
name: Create default Conan profile
@@ -58,7 +58,7 @@ jobs:
5858
- name: Conan install dependencies
5959
run: |
6060
conan install . \
61-
--output-folder build \
61+
--install-folder build \
6262
-o "manapihttp/*:shared=True" \
6363
-o "manapihttp/*:lib=True" \
6464
-o "manapihttp/*:json_debug=False" \

0 commit comments

Comments
 (0)