Skip to content

Commit

Permalink
Merge branch 'master' into naval-warfare-campaign-off
Browse files Browse the repository at this point in the history
  • Loading branch information
tothxa committed Mar 1, 2024
2 parents 490f091 + fceb416 commit 5f59e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_windows_msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Restore vcpkg and its artifacts.
uses: actions/cache@v4
with:
path: ${{ env.VCPKG_ROOT }}\installed
# Explicit path here because env is overridden by msvc-dev-cmd
path: C:\vcpkg\installed
key: |
${{ steps.prepare.outputs.vcpkg_key }}-${{ matrix.arch }}
- name: Installing dependencies
Expand Down
2 changes: 1 addition & 1 deletion install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ elif [ "$DISTRO" = "void" ]; then

elif [ "$DISTRO" = "vcpkg" ]; then
echo "Installing dependencies for vcpkg..."
vcpkg install --disable-metrics $@ asio gettext libpng icu glbinding sdl2 sdl2-ttf \
vcpkg install --disable-metrics $@ asio gettext[tools] libpng icu glbinding sdl2 sdl2-ttf \
sdl2-mixer[libflac,mpg123] sdl2-image[libjpeg-turbo,tiff] graphite2 \
harfbuzz opusfile libwebp

Expand Down

0 comments on commit 5f59e70

Please sign in to comment.