diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 692738de40..3846e60083 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -36,7 +36,9 @@ jobs: java-version: 8 - name: Install missing dependencies to container run: | - sudo apt update + : # 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 install -y stunnel make git gcc - name: Maven offline run: |