Skip to content

Commit a0e9226

Browse files
authored
Update build.yml
1 parent 66443db commit a0e9226

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
- name: install qemu-user-static
1818
run: sudo apt install qemu-user-static
1919

20+
- name: download base gsi.img
21+
run: |
22+
mkdir -p build
23+
wget https://github.com/TrebleDroid/treble_experimentations/releases/download/ci-20240226/system-td-arm64-ab-vanilla.img.xz
24+
tar xvf system-td-arm64-ab-vanilla.img.xz
25+
mv system-td-arm64-ab-vanilla.img build/gsi.img
26+
2027
- name: setup permissions
2128
run: sudo bash -c "chmod -R 777 ."
2229

0 commit comments

Comments
 (0)