File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 7070 - name : " Init: expose GitHub Runtime variables for gha"
7171 uses : crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0
7272
73+ - name : " Init: install br-netfilter"
74+ run : |
75+ # This ensures that bridged traffic goes through netfilter
76+ sudo modprobe br-netfilter
7377 - name : " Init: register QEMU (tonistiigi/binfmt)"
7478 run : |
7579 # `--install all` will only install emulation for architectures that cannot be natively executed
Original file line number Diff line number Diff line change @@ -156,6 +156,9 @@ jobs:
156156 sudo apt-get install -qq expect
157157 echo "::endgroup::"
158158
159+ # This ensures that bridged traffic goes through netfilter
160+ sudo modprobe br-netfilter
161+
159162 - if : ${{ contains(inputs.runner, 'windows') && env.SHOULD_RUN == 'yes' }}
160163 name : " Init (windows): prepare host"
161164 env :
You can’t perform that action at this time.
0 commit comments