Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 authored Jun 4, 2023
1 parent c87358a commit 0018ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
configuration: [Release] #, Debug
env:
POWERSHELL_TELEMETRY_OPTOUT: 1
VCPKG_BUILD_TYPE: ${{ matrix.configuration }}
#VCPKG_BUILD_TYPE: ${{ matrix.configuration }}
VCPKG_DEFAULT_TRIPLET: x64-windows-release
VCPKG_DISABLE_METRICS: 1
#VCPKG_TARGET_ARCHITECTURE: x64
Expand All @@ -88,7 +88,7 @@ jobs:
#setup-python: false
- name: CMake
working-directory: build
run: cmake .. -DCMAKE_CONFIGURATION_TYPES=$env:VCPKG_BUILD_TYPE -DZLIB_LIBRARY=zlib -DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake"
run: cmake .. -DZLIB_LIBRARY=zlib -DCMAKE_TOOLCHAIN_FILE="C:/vcpkg/scripts/buildsystems/vcpkg.cmake"
- name: Build
working-directory: build
run: cmake --build . -j$env:NUMBER_OF_PROCESSORS
Expand Down

0 comments on commit 0018ce8

Please sign in to comment.