Skip to content

Commit f95b2e7

Browse files
committed
GitHub Actions: stop passing sysctl flag for ipv6
1 parent 87e0aab commit f95b2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
container:
1919
image: cyrusimapdocker/cyrus-bookworm:latest
20-
options: --sysctl net.ipv6.conf.all.disable_ipv6=0 --init
20+
options: --init
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:

0 commit comments

Comments
 (0)