Skip to content

Commit

Permalink
Install vcpkg dependencies before build - NAS2D
Browse files Browse the repository at this point in the history
Since packages are cached in separate folders between NAS2D and OPHD, we should probably run-the pre-install step for both of them.
  • Loading branch information
DanRStevens committed Jan 10, 2025
1 parent 5f61624 commit 1cbfcb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: vcpkg_installed
key: vcpkgCache-${{ runner.os }}-${{ matrix.platform }}-${{ hashFiles('vcpkg.json') }}

- name: Pre-install vcpkg dependencies
- name: Pre-install vcpkg dependencies - OPHD
run: |
vcpkg install
Expand All @@ -53,6 +53,10 @@ jobs:
run: |
xcopy vcpkg_installed nas2d-core /s /e
- name: Pre-install vcpkg dependencies - NAS2D
run: |
vcpkg install --x-manifest-root=nas2d-core
- name: Set NAS2D modification time
shell: bash
run: |
Expand Down

0 comments on commit 1cbfcb4

Please sign in to comment.