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 45375a8 commit d8f7c8fCopy full SHA for d8f7c8f
.github/actions/install/reflect-cpp/action.yml
@@ -16,4 +16,4 @@ runs:
16
cd _thirdparty/reflect-cpp
17
git checkout "${{ inputs.version }}"
18
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20
19
- cmake --build build --target install -j
+ sudo cmake --build build --target install -j
0 commit comments