Skip to content

Commit

Permalink
ci: sudo symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaisakh committed Dec 20, 2024
1 parent 568f4be commit 1cdd6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/toolchain-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set build date
id: get-date
run: |
ln -sf /usr/share/zoneinfo/Asia/Kolkata /etc/localtime
sudo ln -sf /usr/share/zoneinfo/Asia/Kolkata /etc/localtime
echo ::set-output name=date::$(/bin/date -u "+%Y%m%d")
- name: Setup
run: |
Expand Down

0 comments on commit 1cdd6f0

Please sign in to comment.