name: CMake on Windows runs: using: composite steps: - name: Create build directory run: mkdir build shell: bash - name: Configure run: cmake -LA .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake shell: bash working-directory: build