Skip to content

Commit f3dcd14

Browse files
author
Arthur Glowacki
committed
Update CI to include cppzmq
1 parent 2253f27 commit f3dcd14

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

0 commit comments

Comments
 (0)