From a8142338178c9f63b7e231b36cf681b870e6c28f Mon Sep 17 00:00:00 2001 From: Courville Software Date: Fri, 15 Mar 2024 21:45:58 +0100 Subject: [PATCH] v6_2 is default manifest now --- .github/workflows/nova.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nova.yml b/.github/workflows/nova.yml index fe16441..6e39047 100644 --- a/.github/workflows/nova.yml +++ b/.github/workflows/nova.yml @@ -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