We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5140bf commit b8c2eb7Copy full SHA for b8c2eb7
1 file changed
.github/workflows/build_and_test.yml
@@ -64,7 +64,7 @@ jobs:
64
with:
65
msystem: clang64
66
release: true
67
- install: mingw-w64-clang-x86_64-clang make unzip mingw-w64-clang-x86_64-cmake mingw-w64-clang-x86_64-boost mingw-w64-clang-x86_64-crypto++ libcurl mingw-w64-clang-x86_64-ninja
+ install: mingw-w64-clang-x86_64-clang make unzip mingw-w64-clang-x86_64-cmake mingw-w64-clang-x86_64-boost mingw-w64-clang-x86_64-crypto++ libcurl mingw-w64-clang-x86_64-ninja mingw-w64-clang-x86_64-nlohmann-json
68
69
- name: Workspace Path Fixup
70
run: echo "WSPACE=$(cygpath '${{github.workspace}}')" >> $GITHUB_ENV
0 commit comments