From 5031999ca4bcd72ee56f4803d2535e985e94f365 Mon Sep 17 00:00:00 2001 From: atakavci <58048133+atakavci@users.noreply.github.com> Date: Tue, 7 May 2024 18:46:49 +0300 Subject: [PATCH] Update cicd.yaml the issue related apt repo has been fixed https://github.com/orgs/community/discussions/120966#discussioncomment-9211925 --- .github/workflows/cicd.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 3846e60083..692738de40 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -36,9 +36,7 @@ jobs: java-version: 8 - name: Install missing dependencies to container run: | - : # workaround for apt update issue related to Clearsigned file - : # details on https://github.com/orgs/community/discussions/120966#discussioncomment-9211925 - sudo apt update || true + sudo apt update sudo apt install -y stunnel make git gcc - name: Maven offline run: |