Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Feb 17, 2024
1 parent e9fe186 commit 88ee090
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/_debug_self-hosted-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@ jobs:
run: |
echo "Hellow"
sudo apt-get install apt-utils software-properties-common -y
apt-get install -y tzdata
ln -fs /usr/share/zoneinfo/Asia/Kathmandu /etc/localtime
dpkg-reconfigure --frontend noninteractive tzdata
apt-get update
continue-on-error: true

#Replace with any extra things you want to do
- name: Set TZ to (Asia/Kathmandu)
run: |
echo "Hellow"
sudo apt-get update -y && sudo DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
sudo ln -fs "/usr/share/zoneinfo/Asia/Kathmandu" "/etc/localtime"
sudo dpkg-reconfigure --frontend noninteractive tzdata
sudo apt-get update -y
continue-on-error: true

- name: Get latest Python
Expand Down

0 comments on commit 88ee090

Please sign in to comment.