Skip to content

Commit 56f682c

Browse files
authored
Merge pull request #872 from nextcloud/ci/test/apt-update
ci(test): run apt-update before installing stunnel
2 parents 48bb071 + fa9ef33 commit 56f682c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
working-directory: nextcloud/apps/twofactor_webauthn
211211
run: npm run dev
212212
- name: Install stunnel (tiny https proxy)
213-
run: sudo apt-get install -y stunnel
213+
run: sudo apt-get update && sudo apt-get install -y stunnel
214214
- name: Start php server and https proxy
215215
working-directory: nextcloud
216216
run: |

0 commit comments

Comments
 (0)