diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44cf40e9bcbad7..d47fd50172aafa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,8 +27,8 @@ jobs: run: ssh root@wii-linux.org 'docker run -v /srv/other/kernel/4.4:/code -t theotherone224/wii-linux-toolchain make -j$(nproc)' - name: Package up the modules - run: ssh root@wii-linux.org 'docker run -v /srv/other/kernel/4.4:/code -t - theotherone224/wii-linux-toolchain /bin/sh -ce "apt update; apt install + run: ssh root@wii-linux.org 'docker run --dns 1.1.1.1 -v /srv/other/kernel/4.4:/code + -t theotherone224/wii-linux-toolchain /bin/sh -ce "apt update; apt install kmod -y; make modules_install; tar czf modules.tar.gz /lib/modules/4.4*"' - name: Deploy modules