File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 key : ${{ runner.os }}-vcpkg
3333 - name : Run vcpkg
3434 if : ${{ steps.cache-vcpkg-restore.outputs.cache-hit != 'true' }}
35- run : ./vcpkg/vcpkg install hdf5 netcdf-c yaml-cpp zeromq jsoncpp nlopt
35+ run : ./vcpkg/vcpkg install hdf5 netcdf-c yaml-cpp zeromq cppzmq jsoncpp nlopt
3636 - name : Save vcpkg cache
3737 id : cache-vcpkg-save
3838 uses : actions/cache/save@v3
Original file line number Diff line number Diff line change 2424 path : $(VCPKG_CONFIG_CACHE)
2525 cacheHitVar : CACHE_RESTORED
2626 displayName : Cache vcpkg packages
27- - script : .\vcpkg\vcpkg.exe install hdf5 netcdf-c yaml-cpp zeromq jsoncpp nlopt --triplet x64-windows
27+ - script : .\vcpkg\vcpkg.exe install hdf5 netcdf-c yaml-cpp zeromq cppzmq jsoncpp nlopt --triplet x64-windows
2828 condition : ne(variables.CACHE_RESTORED, 'true')
2929 - script : mkdir build
3030 - task : CMake@1
You can’t perform that action at this time.
0 commit comments