Skip to content

Commit

Permalink
Enable IPv6 network.
Browse files Browse the repository at this point in the history
sobomax committed Aug 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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 }}

0 comments on commit 0ff84dd

Please sign in to comment.