Skip to content

Commit

Permalink
copy_directory to C:\ D:\ is too small
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Aug 18, 2023
1 parent 6bd376f commit c318c2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
include:
- os: windows-2019
vcpkg_path: D:\mixxx-vcpkg
vcpkg_path: C:\mixxx-vcpkg
vcpkg_bootstrap: .\bootstrap-vcpkg.bat
vcpkg_triplet: x64-windows
vcpkg_host_triplet: x64-windows
Expand Down Expand Up @@ -84,9 +84,9 @@ jobs:

# Workaround for issues https://github.com/microsoft/vcpkg/issues/8272
# and https://github.com/actions/checkout/issues/197
# to keep the build path short
# to keep the build path short and work around size limits on the windows runner D: drive
- name: Move checkout
run: cmake -E rename ${{ github.workspace }}/mixxx-vcpkg ${{ matrix.vcpkg_path }}
run: cmake -E copy_directory ${{ github.workspace }}/mixxx-vcpkg ${{ matrix.vcpkg_path }}

- name: Read sha_short
id: vars
Expand Down

0 comments on commit c318c2d

Please sign in to comment.