Skip to content

Commit 2179da1

Browse files
ci: update sources explicitly
Update the apt sources to avoid errors during apt install. Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
1 parent be09982 commit 2179da1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/bdd.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Setup Test Pre-Requisites
3030
run: |
3131
sudo sysctl -w vm.nr_hugepages=2560
32+
sudo apt-get update
3233
sudo apt-get install linux-modules-extra-$(uname -r)
3334
for module in nvme_tcp nbd nvme_rdma; do
3435
sudo modprobe $module

.github/workflows/unit-int.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Setup Test Pre-Requisites
3232
run: |
3333
sudo sysctl -w vm.nr_hugepages=3584
34+
sudo apt-get update
3435
sudo apt-get install linux-modules-extra-$(uname -r)
3536
for module in nvme_tcp nbd nvme_rdma; do
3637
sudo modprobe $module

0 commit comments

Comments
 (0)