File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 # Note the current convention is to use the -S and -B options here to specify source
111111 # and build directories, but this is only available with CMake 3.13 and higher.
112112 # The CMake binaries on the Github Actions machines are (as of this writing) 3.12
113- run : cmake "${{ github.workspace }}" --preset linux-x64-debug
113+ run : cmake "${{ github.workspace }}" -DVCPKG_FORCE_USE_SUBMODULE_DIST=ON - -preset linux-x64-debug
114114
115115 - name : Build
116116 working-directory : ${{ github.workspace }}/build
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106
107107 - name : Configure CMake
108108 working-directory : ${{ github.workspace }}/build
109- run : cmake "${{ github.workspace }}" --preset ${{ matrix.cmake_preset }}
109+ run : cmake "${{ github.workspace }}" -DVCPKG_FORCE_USE_SUBMODULE_DIST=ON - -preset ${{ matrix.cmake_preset }}
110110
111111 - name : Build
112112 working-directory : ${{ github.workspace }}/build
You can’t perform that action at this time.
0 commit comments