Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simpleshell3 authored Jul 2, 2024
1 parent 3096e7e commit b24ed23
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,12 @@ jobs:
arch: x64
version: 17 # Use Visual Studio 2022

- name: Install dependiencies
- name: Install VCPKG if not already installed
run: |
pushd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\vcpkg"
.\bootstrap-vcpkg
vcpkg install `
boost-test:x64-windows `
boost-program-options:x64-windows `
boost-log:x64-windows `
turtle:x64-windows `
zipper:x64-windows `
poco:x64-windows `
libpq:x64-windows `
gdal:x64-windows `
sqlite3:x64-windows `
boost-ublas:x64-windows
popd
pushd vcpkg
git clone https://github.com/microsoft/vcpkg.git
.\bootstrap-vcpkg.bat
popd
# pushd Source
# vcpkg install

Expand Down

0 comments on commit b24ed23

Please sign in to comment.