Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
techflashYT committed Jan 7, 2024
1 parent cc69f8c commit c481e15
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 @@ -25,7 +25,7 @@ jobs:
ssh-keyscan -H wii-linux.org > ~/.ssh/known_hosts
- name: Git pull on server
run: ssh root@wii-linux.org 'cd /srv/other/kernel/v4.4; git pull'
run: ssh root@wii-linux.org 'cd /srv/other/kernel/4.4; git pull'

- name: Build the kernel
run: ssh root@wii-linux.org 'docker run -v /srv/other/kernel/4.4:/code -t theotherone224/wii-linux-toolchain make -j$(nproc)'
Expand Down

0 comments on commit c481e15

Please sign in to comment.