Skip to content

Commit d8f7c8f

Browse files
reflect-cpp CI
1 parent 45375a8 commit d8f7c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install/reflect-cpp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ runs:
1616
cd _thirdparty/reflect-cpp
1717
git checkout "${{ inputs.version }}"
1818
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20
19-
cmake --build build --target install -j
19+
sudo cmake --build build --target install -j

0 commit comments

Comments
 (0)