diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 9b949d0f..08259190 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -51,12 +51,13 @@ jobs: - name: Setup anew (or from cache) vcpkg (and does not build any package) uses: lukka/run-vcpkg@v11 with: + vcpkgDirectory: '${{ github.workspace }}/../vcpkg' vcpkgConfigurationJsonGlob: "vcpkg-configuration.json" - name: Add NuGet sources (Linux) shell: bash env: - VCPKG_EXE: ${{ github.workspace }}/vcpkg/vcpkg + VCPKG_EXE: ${{ github.workspace }}/../vcpkg/vcpkg USERNAME: sshcrack FEED_URL: https://nuget.pkg.github.com/sshcrack/index.json run: | diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c502a23..aca56652 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ foreach(PLUGIN_NAME ${PLUGIN_DIRS}) endif() endforeach() -project(main VERSION 1.10) +project(main VERSION 1.10.0) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/") # Define version macros for compile-time access