Skip to content

Commit

Permalink
stop on error
Browse files Browse the repository at this point in the history
  • Loading branch information
techflashYT committed Jan 14, 2024
1 parent cd4c224 commit 86c14ee
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
Expand Up @@ -28,7 +28,7 @@ jobs:
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 -c "apt update; apt install
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
Expand Down

0 comments on commit 86c14ee

Please sign in to comment.