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

Commit 6fcaca0

Browse files
authored
ci: wasnt running cmake --install
1 parent cbe6dff commit 6fcaca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
mkdir -p build
4040
cd build
4141
cmake ..
42+
cmake --install . --prefix=.
4243
cmake --build . -j$(nproc)
4344
4445
- name: 📦 Upload executable

0 commit comments

Comments
 (0)