troubleshooting

This commit is contained in:
Concedo 2025-04-04 22:11:49 +08:00
parent fe11073ce6
commit f06007441b
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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