We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9c5b3 commit 5bdcd48Copy full SHA for 5bdcd48
.github/workflows/ci.yml
@@ -134,8 +134,8 @@ jobs:
134
- uses: actions/download-artifact@v4
135
with:
136
name: docs_site
137
- - run: apt-get --yes update
138
- - run: apt-get --yes install --no-install-recommends openssh-client rsync
+ - run: sudo apt-get --yes update
+ - run: sudo apt-get --yes install --no-install-recommends openssh-client rsync
139
- run: mkdir ~/.ssh
140
- run: echo "${{ vars.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
141
- run: echo "${{ secrets.SSH_KEY_PRIVATE }}" > ~/.ssh/id_ed25519
0 commit comments