Skip to content

Commit

Permalink
ci: remove docker package installation
Browse files Browse the repository at this point in the history
The docker package is already installed in the ubunutu version of github runners and thus doesn't need to be installed. Also the package no longer is available in the default apt repositories anyways.
  • Loading branch information
phbelitz committed Jan 17, 2025
1 parent 515f2ec commit 22c1c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/107_integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
- name: Install packages
run: |
sudo apt update
sudo apt install docker notary expect
sudo apt install notary expect
sudo snap install yq
- name: Setup notary signer service
id: signer_service
Expand Down

0 comments on commit 22c1c5d

Please sign in to comment.