Skip to content

Commit 1834bfc

Browse files
committed
added -y switch to prevent hang during CI run
1 parent 0481fcd commit 1834bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ jobs:
317317
# caveat: net9 is (currently?) NOT installed, so manually again
318318
- name: Set up .NET SDK
319319
run: |
320-
sudo add-apt-repository ppa:dotnet/backports
320+
sudo add-apt-repository -y ppa:dotnet/backports
321321
sudo apt-get install -y --no-install-recommends dotnet-sdk-9.0
322322
# end
323323

0 commit comments

Comments
 (0)