Skip to content

Commit 457bd83

Browse files
committed
ci: install br_netfilter for test-in-lima jobs
Signed-off-by: Swagat Bora <[email protected]>
1 parent 4a6e584 commit 457bd83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/job-test-in-lima.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ jobs:
7575
docker info
7676
docker version
7777
78+
- name: "Init: install br-netfilter in the guest VM"
79+
run: |
80+
lima sudo modprobe br-netfilter
81+
7882
- name: "Init: expose GitHub Runtime variables for gha"
7983
uses: crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0
8084

0 commit comments

Comments
 (0)