Skip to content

Commit

Permalink
chore: update system dependencies installation script to avoid packag…
Browse files Browse the repository at this point in the history
…e manager lock issues
  • Loading branch information
viniciusdc committed Mar 6, 2024
1 parent 3e200cf commit 6a32afb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
# with:
# detached: true

# - name: Install system dependencies
# # avoid missing internet adapter error
# run: |
# sudo apt-get update
# sudo apt-get install net-tools -y
- name: Install system dependencies
# Running this to check if we could avoid /var/lib/dpkg/lock-frontend lock
run: |
sudo apt update && sudo apt upgrade
sudo apt-get install net-tools -y
- name: Install dependencies
run: |
Expand Down

0 comments on commit 6a32afb

Please sign in to comment.