Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicroul authored Oct 28, 2024
1 parent 3bf615a commit 89e5b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
DEVICE: vince
VENDOR: xiaomi
ANDROID_ROOT: /home/runner/work/ci/ci/hadk_16.1/
ANDROID_ROOT: /home/runner/work/ci/ci/hadk_14.1/
SAILFISH_SDK_VERSION: 5.0.0.21

steps:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
source hadk.env
mkdir -p $ANDROID_ROOT
cd $ANDROID_ROOT
repo init -u https://github.com/mer-hybris/android.git -b hybris-16.1 --depth=1
repo init -u https://github.com/mer-hybris/android.git -b hybris-14.1 --depth=1
repo sync -j8 -c --no-clone-bundle --no-tags
- name: Clone device spec source
Expand Down

0 comments on commit 89e5b57

Please sign in to comment.