Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 0c78db7

Browse files
authored
ci: (fix) do not run cmake --install before cmake build
1 parent ffa1840 commit 0c78db7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
mkdir -p build
4545
cd build
4646
cmake ..
47-
cmake --install . --prefix=.
4847
cmake --build . -j$(nproc)
4948
5049
- name: 📦 Upload executable

0 commit comments

Comments
 (0)