From 2e119e451620080bb36f2486edec0a72bb04bccd Mon Sep 17 00:00:00 2001 From: Courville Software Date: Fri, 15 Mar 2024 21:43:57 +0100 Subject: [PATCH] v6_2 is default manifest now --- .github/workflows/nova.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nova.yml b/.github/workflows/nova.yml index 9bdcc3d..d412984 100644 --- a/.github/workflows/nova.yml +++ b/.github/workflows/nova.yml @@ -2,9 +2,9 @@ name: NOVA CI on: push: - branches: [ v6.1 ] + branches: [ v6.2 ] pull_request: - branches: [ v6.1 ] + branches: [ v6.2 ] jobs: build: runs-on: ubuntu-latest @@ -42,7 +42,7 @@ jobs: run: | mkdir nova cd nova - repo init -u https://github.com/nova-video-player/aos-AVP -b nova -m v6_1.xml + repo init -u https://github.com/nova-video-player/aos-AVP -b nova -m v6_2.xml repo sync -j 4 repo forall -c 'git checkout -t $REPO_REMOTE/$REPO_RREV' - name: build