Skip to content

Commit

Permalink
Add Auto Configure tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
TaYaKi71751 committed Feb 2, 2022
1 parent 85d4648 commit 83f1c55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ jobs:
--rm -i \
${BRANCH}:latest \
sh -c \
"echo y | pacapt -Syyu sudo || true && curl -LsSf https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref }}/install.sh | sh"
"echo y | pacapt -Sy &&
ln -sf /usr/share/zoneinfo/UTC /etc/localtime &&
echo y | pacapt -Syyu tzdata &&
echo y | pacapt -Syyu curl sudo &&
curl -LsSf https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref }}/install.sh | sh"

0 comments on commit 83f1c55

Please sign in to comment.