Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
liao961120 authored Dec 16, 2022
1 parent 6478d4d commit 01a1c32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Build data
run: |
sudo timedatectl set-timezone Asia/Taipei
Expand Down

0 comments on commit 01a1c32

Please sign in to comment.