From ee81ff46c9b5ba4ff52c15752e3c56f8e64a8091 Mon Sep 17 00:00:00 2001 From: Jordan Potter Date: Wed, 4 Oct 2023 09:43:45 -0700 Subject: [PATCH] Load necessary kernel modules in CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 689100a..51c8390 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Load necessary kernel modules + run: sudo modprobe ip6_tables + - name: Install WireGuard run: sudo apt-get install wireguard