mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-27 07:30:49 +02:00
troubleshooting
This commit is contained in:
@@ -23,6 +23,10 @@ jobs:
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y sudo
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
sudo ln -fs /usr/share/zoneinfo/UTC /etc/localtime
|
||||
echo "tzdata tzdata/Areas select Etc" | sudo debconf-set-selections
|
||||
echo "tzdata tzdata/Zones/Etc select UTC" | sudo debconf-set-selections
|
||||
sudo apt-get -y install git curl bzip2 build-essential tcl-dev tk-dev python3-tk
|
||||
|
||||
- name: Build
|
||||
|
||||
@@ -23,6 +23,10 @@ jobs:
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y sudo
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
sudo ln -fs /usr/share/zoneinfo/UTC /etc/localtime
|
||||
echo "tzdata tzdata/Areas select Etc" | sudo debconf-set-selections
|
||||
echo "tzdata tzdata/Zones/Etc select UTC" | sudo debconf-set-selections
|
||||
sudo apt-get -y install git curl bzip2 python3-tk tcl tk
|
||||
|
||||
- name: Set Tcl/Tk Paths
|
||||
|
||||
Reference in New Issue
Block a user