File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : " Void Linux for uConsole"
2
-
3
2
on :
4
3
workflow_dispatch :
5
-
6
4
jobs :
7
5
build :
8
6
permissions :
@@ -22,18 +20,10 @@ jobs:
22
20
sudo apt -y install p7zip-full ccache gcc-aarch64-linux-gnu device-tree-compiler python-is-python3 python3-pip exfatprogs parted exfat-fuse binfmt-support qemu-user-static
23
21
- name : clone external repos
24
22
run : |
25
- curl -L git.io/antigen > antigen.zsh
26
- git clone https://github.com/syl20bnr/spacemacs
27
23
git clone https://github.com/raspberrypi/userland
28
- git clone https://github.com/clockworkpi/uConsole.git
29
- git clone https://github.com/cuu/skel.git
30
24
- name : delete git directories
31
25
run : |
32
- rm -rf antigen/.git
33
- rm -rf spacemacs/.git
34
- rm -rf userland/.git
35
- rm -rf uConsole/.git
36
- rm -rf skel/.git
26
+ rm -rf userland/.git
37
27
- name : Setup CCache
38
28
uses :
hendrikmuhs/[email protected]
39
29
- name : Cross-compile kernel
You can’t perform that action at this time.
0 commit comments