mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 12:59:03 +01:00
CI: wait for dpkg lock in debian/ubuntu setup step
This commit is contained in:
parent
a2725d61a3
commit
0cc002e17d
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
||||
host: ${{ steps.server_ip.outputs.value }}
|
||||
username: root
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
script: set -x && apt-get update && apt-get install -y git
|
||||
script: set -x && apt-get -o DPkg::Lock::Timeout=120 update && apt-get install -y git
|
||||
|
||||
- name: Setup remote server (Fedora)
|
||||
if: steps.server_os.outputs.value == 'fedora'
|
||||
|
Loading…
Reference in New Issue
Block a user