Skip to content

Commit

Permalink
Set working directory for NAS2D when running vcpkg install
Browse files Browse the repository at this point in the history
The "x" in `--x-manifest-root` indicates the option is experimental. Better not to rely on experimental options if we don't need to.
  • Loading branch information
DanRStevens committed Jan 10, 2025
1 parent 4d491df commit 57cdc2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
xcopy vcpkg_installed nas2d-core\vcpkg_installed\ /s /e
- name: Pre-install vcpkg dependencies - NAS2D
working-directory: nas2d-core
run: |
vcpkg install --x-manifest-root=nas2d-core
vcpkg install
- name: Set NAS2D modification time
shell: bash
Expand Down

0 comments on commit 57cdc2d

Please sign in to comment.