Skip to content

Commit

Permalink
use full path
Browse files Browse the repository at this point in the history
Contribute to CURA-10831
  • Loading branch information
jellespijker committed Nov 14, 2023
1 parent 76c7e2b commit f26308f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conan-recipe-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ jobs:
- name: Cache Conan packages
uses: actions/cache@v3
with:
path: $HOME/.conan/data
path: /home/runner/.conan/data
key: ${{ runner.os }}-conan-data-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-conan-data-
- name: Cache Conan downloads
uses: actions/cache@v3
with:
path: $HOME/.conan/downloads
path: /home/runner/.conan/downloads
key: ${{ runner.os }}-conan-downloads-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-conan-downloads-
Expand All @@ -118,7 +118,7 @@ jobs:
run: conan export . ${{ inputs.recipe_id_full }} ${{ inputs.conan_extra_args }}

- name: Debug conan downloads directory
run: ls -la $HOME/.conan/downloads
run: ls -la /home/runner/.conan/downloads

- name: Create the latest alias
if: always()
Expand Down

0 comments on commit f26308f

Please sign in to comment.