Skip to content

Commit

Permalink
Update build-kernel-a12.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Jan 11, 2025
1 parent b5ec1b4 commit d1e8961
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/build-kernel-a12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,25 @@ jobs:
- name: Install repo tool
run: |
sudo apt-get update
sudo apt-get install -y repo
# Install dependencies
#sudo apt-get update
#sudo apt-get install -y curl
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/repo
chmod +x ~/repo
mkdir -p ~/bin
mv ~/repo ~/bin/
echo "export PATH=$HOME/bin:$PATH" >> $GITHUB_ENV
- name: Build for all configurations
run: |
BUILD_CONFIGS=(
#"android12-5.10-198-2024-01"
#"android12-5.10-205-2024-03"
#"android12-5.10-209-2024-05"
#"android12-5.10-218-2024-08"
"android12-5.10-X-lts"
"android12-5.10-218-2024-08"
#"android12-5.10-X-lts"
)
for CONFIG in "${BUILD_CONFIGS[@]}"; do
Expand Down

0 comments on commit d1e8961

Please sign in to comment.