Skip to content

Commit

Permalink
docker Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
h4r5h1t committed May 12, 2023
1 parent 804d3b6 commit 2959b20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
# run: pylint certcheck
- name: Install Docker
run: |
sudo apt-get update
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get -y install docker.io
- name: Run IaC check
run: |
Expand Down

0 comments on commit 2959b20

Please sign in to comment.