Skip to content

Commit

Permalink
Update cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
atakavci committed May 7, 2024
1 parent 0364c29 commit 5031999
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5031999

Please sign in to comment.