mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
troubleshooting
This commit is contained in:
parent
fe11073ce6
commit
f06007441b
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue