This is an automated email from the ASF dual-hosted git repository.
jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 1834bfc95 added -y switch to prevent hang during CI run
1834bfc95 is described below
commit 1834bfc9573be8d8e246c60b520507bd8cec820f
Author: Jens Geyer <[email protected]>
AuthorDate: Fri Apr 18 11:13:32 2025 +0200
added -y switch to prevent hang during CI run
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 98ff15c53..5ff30cf75 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -317,7 +317,7 @@ jobs:
# caveat: net9 is (currently?) NOT installed, so manually again
- name: Set up .NET SDK
run: |
- sudo add-apt-repository ppa:dotnet/backports
+ sudo add-apt-repository -y ppa:dotnet/backports
sudo apt-get install -y --no-install-recommends dotnet-sdk-9.0
# end