Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Jan 10, 2025
1 parent fa4e6af commit d0e34a6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
BUILD_CONFIGURATION: Release
SOLUTION_FILE_PATH: .
VCPKG_BINARY_SOURCES: 'clear;x-gha,readwrite'
VcpkgManifestInstall: false

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,14 +50,6 @@ jobs:
path: vcpkg_installed
key: vcpkgCache-${{ runner.os }}-${{ matrix.platform }}-${{ hashFiles('vcpkg.json') }}

- name: Copy vcpkg cache to NAS2D folder
run: |
xcopy vcpkg_installed nas2d-core\vcpkg_installed\ /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 d0e34a6

Please sign in to comment.