Skip to content

Commit 89152ec

Browse files
remove irrelevant git repos
1 parent d7a083d commit 89152ec

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: "Void Linux for uConsole"
2-
32
on:
43
workflow_dispatch:
5-
64
jobs:
75
build:
86
permissions:
@@ -22,18 +20,10 @@ jobs:
2220
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
2321
- name: clone external repos
2422
run: |
25-
curl -L git.io/antigen > antigen.zsh
26-
git clone https://github.com/syl20bnr/spacemacs
2723
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
3024
- name: delete git directories
3125
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
3727
- name: Setup CCache
3828
uses: hendrikmuhs/[email protected]
3929
- name: Cross-compile kernel

0 commit comments

Comments
 (0)