Skip to content

Commit

Permalink
fix: revert waydroid module removal
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
kbdharun committed Feb 26, 2025
1 parent 1fbd1f4 commit 98c89ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4

- name: Change tag in recipe.
if: ${{ github.ref_type == 'tag' }}
# if: ${{ github.ref_type == 'tag' }}
run: |
sed 's/ghcr.io\/vanilla-os\/core:dev/ghcr.io\/vanilla-os\/core:main/' -i recipe.yml
Expand Down
3 changes: 1 addition & 2 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ stages:
- modules/00-vanilla-sideload.yml
- modules/00-vanilla-updates-utility.yml
- modules/00-vanilla-prime-utility.yml
# removed temporarily to avoid upgrading the kernel version
# - modules/02-waydroid-modules.yml
- modules/02-waydroid-modules.yml
- modules/03-fswarn.yml
- modules/10-vanilla-abroot-rollback-notifier.yml
- modules/20-gnome-core.yml
Expand Down

0 comments on commit 98c89ba

Please sign in to comment.