Update cmake.yml

fix variable name to use matrix.BOOTSTRAP_EXT
This commit is contained in:
McMassiveNZ
2022-12-14 03:12:34 +01:00
parent ed3c5e4fca
commit 3efebc38ae

View File

@@ -35,7 +35,7 @@ jobs:
submodules: true submodules: true
- name: bootstrap-vcpkg - name: bootstrap-vcpkg
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.${{BOOTSTRAP_EXT}} run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.${{matrix.BOOTSTRAP_EXT}}
- name: Configure CMake - name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.