Skip to content

Commit 897cff2

Browse files
authored
Update build-kernel-a12.yml
1 parent 739f75c commit 897cff2

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build-kernel-a12.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,8 @@ jobs:
4343
- name: Install repo tool
4444
run: |
4545
# 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-
46+
#sudo apt update
47+
#sudo apt install -y repo
5548
5649
- name: Build for all configurations
5750
run: |

0 commit comments

Comments
 (0)