We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfab4e commit c82fcccCopy full SHA for c82fccc
.github/workflows/test.yml
@@ -48,6 +48,6 @@ jobs:
48
HJSON_NUMBER_PARSER: CharConv
49
env: ${{ matrix.env }}
50
steps:
51
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
52
- run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DHJSON_ENABLE_TEST=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DHJSON_NUMBER_PARSER=${HJSON_NUMBER_PARSER} -DCMAKE_CXX_FLAGS="${HJSON_CXX_FLAGS}" .. && cmake --build . --target runtest
53
shell: bash
0 commit comments