Skip to content

Commit

Permalink
Update compile_from_source.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fillwithjoy1 authored Jun 28, 2024
1 parent c68abde commit 94d37a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_from_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
repo sync -c --no-tags
- name: Update vendor ramdisk (through curl)
if: true
if: false
run: |
curl -O "https://dl.google.com/dl/android/aosp/raven-ap1a.240505.004-factory-9d783215.zip"
unzip raven-ap1a.240505.004-factory-9d783215.zip
Expand All @@ -57,7 +57,7 @@ jobs:
cp vendor_boot_out/vendor-ramdisk-by-name/ramdisk_ android-kernel/prebuilts/boot-artifacts/ramdisks/vendor_ramdisk-oriole.img
- name: Update vendor ramdisk (locally)
if: false
if: true
run: |
cp vendor_ramdisk00 android-kernel/prebuilts/boot-artifacts/ramdisks/vendor_ramdisk-oriole.img
Expand Down

0 comments on commit 94d37a7

Please sign in to comment.