mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
edit
This commit is contained in:
@@ -60,7 +60,6 @@ jobs:
|
|||||||
/bin/bash -c "
|
/bin/bash -c "
|
||||||
apt-get update && apt-get install -y build-essential && \
|
apt-get update && apt-get install -y build-essential && \
|
||||||
apt-get install -y software-properties-common && \
|
apt-get install -y software-properties-common && \
|
||||||
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
|
|
||||||
apt-get update && apt-get install -y gcc-12 g++-12 && \
|
apt-get update && apt-get install -y gcc-12 g++-12 && \
|
||||||
export LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12:$LD_LIBRARY_PATH && \
|
export LD_LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12:$LD_LIBRARY_PATH && \
|
||||||
pip install customtkinter pyinstaller tk && \
|
pip install customtkinter pyinstaller tk && \
|
||||||
|
|||||||
Reference in New Issue
Block a user