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 70
70
- name : " Init: expose GitHub Runtime variables for gha"
71
71
uses : crazy-max/ghaction-github-runtime@3cb05d89e1f492524af3d41a1c98c83bc3025124 # v3.1.0
72
72
73
+ - name : " Init: install br-netfilter"
74
+ run : |
75
+ # This ensures that bridged traffic goes through netfilter
76
+ sudo modprobe br-netfilter
73
77
- name : " Init: register QEMU (tonistiigi/binfmt)"
74
78
run : |
75
79
# `--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:
156
156
sudo apt-get install -qq expect
157
157
echo "::endgroup::"
158
158
159
+ # This ensures that bridged traffic goes through netfilter
160
+ sudo modprobe br-netfilter
161
+
159
162
- if : ${{ contains(inputs.runner, 'windows') && env.SHOULD_RUN == 'yes' }}
160
163
name : " Init (windows): prepare host"
161
164
env :
You can’t perform that action at this time.
0 commit comments