Skip to content

Commit

Permalink
Run apt update before installing to ensure latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier FAURAX <olivier.faurax@eu.equinix.com>
  • Loading branch information
ofaurax committed May 16, 2024
1 parent 03ba1d4 commit 3caeac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: |
pip install .
packet-hardware --help
sudo apt-get update
sudo apt-get install ipmitool smartmontools jq
packet-hardware inventory -d -u localhost -c cache.json
cat cache.json
Expand Down

0 comments on commit 3caeac2

Please sign in to comment.