Skip to content

Commit f9ea09b

Browse files
committed
chore: try the newer docker-android tag scheme
1 parent ef51616 commit f9ea09b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
needs: build
2424
runs-on: ubuntu-lastest
2525
container:
26-
image: budtmo/docker-android-x86-10.0
27-
# options: --privileged
26+
image: budtmo/docker-android:emulator_12.0
27+
options: --privileged
2828
steps:
2929
- uses: actions/checkout@v2
3030
- name: prepare

0 commit comments

Comments
 (0)