Skip to content

Commit

Permalink
Using /home/shared for store downloads/bincache.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Jun 8, 2024
1 parent a398a0c commit 36ef78f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
- name: Dependencies, Build, Tests (Linux/Bash)
env:
# This vars used inside CMake
VCPKG_DEFAULT_BINARY_CACHE: /opt/vcpkg/bincache-${{ matrix.triplet }}
VCPKG_DEFAULT_BINARY_CACHE: /home/shared/vcpkg/bincache-${{ matrix.triplet }}
VCPKG_TRIPLET: ${{ matrix.triplet }}
VCPKG_DEFAULT_HOST_TRIPLET: ${{ matrix.triplet }}
VCPKG_DOWNLOADS: /opt/vcpkg/downloads
VCPKG_DOWNLOADS: /home/shared/vcpkg/downloads
run: |
export VCPKG_ROOT=$VCPKG_ROOT_PROJECT
env
Expand Down

0 comments on commit 36ef78f

Please sign in to comment.