Skip to content

Commit

Permalink
CI: wait for dpkg lock in debian/ubuntu setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed May 16, 2024
1 parent 0cc002e commit 67701fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
host: ${{ steps.server_ip.outputs.value }}
username: root
key: ${{ secrets.SSH_KEY }}
script: set -x && apt-get -o DPkg::Lock::Timeout=120 update && apt-get install -y git
script: set -x && apt-get update && apt-get -o DPkg::Lock::Timeout=120 install -y git

- name: Setup remote server (Fedora)
if: steps.server_os.outputs.value == 'fedora'
Expand Down

0 comments on commit 67701fa

Please sign in to comment.