Skip to content

Commit 5bdcd48

Browse files
committed
sudo
1 parent 3a9c5b3 commit 5bdcd48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ jobs:
134134
- uses: actions/download-artifact@v4
135135
with:
136136
name: docs_site
137-
- run: apt-get --yes update
138-
- run: apt-get --yes install --no-install-recommends openssh-client rsync
137+
- run: sudo apt-get --yes update
138+
- run: sudo apt-get --yes install --no-install-recommends openssh-client rsync
139139
- run: mkdir ~/.ssh
140140
- run: echo "${{ vars.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
141141
- run: echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_ed25519

0 commit comments

Comments
 (0)