Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 13, 2025
1 parent 977fc19 commit 187aa6a
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-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Conan Cache
uses: actions/cache@v4
with:
path: ${{github.workspace}}//build/p/
path: ${{github.workspace}}/build/p/
key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }}
restore-keys: conan-${{ runner.os }}-

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Setup Conan Cache
uses: actions/cache@v4
with:
path: ${{github.workspace}}//build/p/
path: ${{github.workspace}}/build/p/
key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }}
restore-keys: conan-${{ runner.os }}-

Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Setup Conan Cache
uses: actions/cache@v4
with:
path: ${{github.workspace}}//build/p/
path: ${{github.workspace}}/build/p/
key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }}
restore-keys: conan-${{ runner.os }}-

Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
- name: Setup Conan Cache
uses: actions/cache@v4
with:
path: ${{github.workspace}}//build/p/
path: ${{github.workspace}}/build/p/
key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }}
restore-keys: conan-${{ runner.os }}-

Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
- name: Setup Conan Cache
uses: actions/cache@v4
with:
path: ${{github.workspace}}//build/p/
path: ${{github.workspace}}/build/p/
key: conan-${{ runner.os }}-arm64-${{ hashFiles('conanfile.py', '*/conanfile.py') }}
restore-keys: conan-${{ runner.os }}-arm64-

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Conan Cache
uses: actions/cache@v4
with:
path: ${{github.workspace}}//build/p/
path: ${{github.workspace}}/build/p/
key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }}
restore-keys: conan-${{ runner.os }}-

Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Setup Conan Cache
uses: actions/cache@v4
with:
path: ${{github.workspace}}//build/p/
path: ${{github.workspace}}/build/p/
key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }}
restore-keys: conan-${{ runner.os }}-

Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
- name: Setup Conan Cache
uses: actions/cache@v4
with:
path: ${{github.workspace}}//build/p/
path: ${{github.workspace}}/build/p/
key: conan-${{ runner.os }}-arm64-${{ hashFiles('conanfile.py', '*/conanfile.py') }}
restore-keys: conan-${{ runner.os }}-arm64-

Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
- name: Setup Conan Cache
uses: actions/cache@v4
with:
path: ${{github.workspace}}//build/p/
path: ${{github.workspace}}/build/p/
key: conan-${{ runner.os }}-${{ hashFiles('conanfile.py', '*/conanfile.py') }}
restore-keys: conan-${{ runner.os }}-

Expand Down

0 comments on commit 187aa6a

Please sign in to comment.