Skip to content

Commit fcee34f

Browse files
authored
Build Release Linux binaries
1 parent 9dd3cac commit fcee34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
run: |
2222
mkdir build
2323
cd build
24-
cmake ..
24+
cmake -DCMAKE_BUILD_TYPE=Release ..
2525
make
2626
sudo make install

0 commit comments

Comments
 (0)