diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9718afd..1dce2eb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: run: dotnet restore - name: Modprobe IP6 tables - run: modprobe ip6_tables + run: sudo modprobe ip6_tables - name: NUnit Tests run: SKIP_SYSTEM_TESTS=1 dotnet test IPTables.Net.Tests