Skip to content

Commit

Permalink
Enable IPv6 network.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed Aug 23, 2024
1 parent 81c7a98 commit 0ff84dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ${{ inputs.rtpp-image }}:${{ inputs.rtpp-image-tag }}
options: --privileged
options: --privileged --sysctl net.ipv6.conf.all.disable_ipv6=0
env:
MM_TYPE: ${{ inputs.mm-type }}
MM_BRANCH: ${{ inputs.mm-branch }}
Expand Down

0 comments on commit 0ff84dd

Please sign in to comment.