Skip to content

Commit e8d1522

Browse files
committed
修正
1 parent 3575cfd commit e8d1522

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-debug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
if: steps.webrtc-build-cache.outputs.cache-hit != 'true'
9191
run: |
9292
set -x
93-
apt-get -y install tzdata
94-
echo 'Asia/Tokyo' > /etc/timezone
95-
dpkg-reconfigure -f noninteractive tzdata
93+
sudo apt-get -y install tzdata
94+
sudo echo 'Asia/Tokyo' > /etc/timezone
95+
sudo dpkg-reconfigure -f noninteractive tzdata
9696
sudo env DEBIAN_FRONTEND=noninteractive apt-get -y install \
9797
binutils \
9898
git \

0 commit comments

Comments
 (0)