We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739f75c commit 897cff2Copy full SHA for 897cff2
.github/workflows/build-kernel-a12.yml
@@ -43,15 +43,8 @@ jobs:
43
- name: Install repo tool
44
run: |
45
# Install dependencies
46
- #sudo apt-get update
47
- #sudo apt-get install -y curl
48
-
49
- curl https://storage.googleapis.com/git-repo-downloads/repo > ~/repo
50
- chmod +x ~/repo
51
- mkdir -p ~/bin
52
- mv ~/repo ~/bin/
53
- echo "export PATH=$HOME/bin:$PATH" >> $GITHUB_ENV
54
+ #sudo apt update
+ #sudo apt install -y repo
55
56
- name: Build for all configurations
57
0 commit comments