Refactoring

This commit is contained in:
Stepanov Igor
2024-12-22 03:43:33 +03:00
parent d889b79495
commit a14e7c1f71
+1 -2
View File
@@ -28,8 +28,7 @@ jobs:
git clone https://github.com/microsoft/vcpkg.git git clone https://github.com/microsoft/vcpkg.git
${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat ${{ github.workspace }}/vcpkg/bootstrap-vcpkg.bat
- name: Configure project with CMake and vcpkg - name: Configure and build project with CMake and vcpkg
shell: pwsh
env: env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg VCPKG_ROOT: ${{ github.workspace }}/vcpkg
run: | run: |