Skip to content

Commit e8cd03d

Browse files
committed
update after merge
1 parent 6542637 commit e8cd03d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ jobs:
8383
# broken for unknown reasons. needs some offline debugging
8484
# https://github.com/opendocument-app/OpenDocument.droid/issues/390
8585
# - { arch: x86_64, api-level: 23 }
86-
# disabled after https://github.com/opendocument-app/OpenDocument.droid/commit/48d718054f1667e4c0ab0016006c8b3f601d6a3a
87-
# - { arch: x86_64, api-level: 29 }
88-
# - { arch: x86_64, api-level: 30 }
89-
# - { arch: x86_64, api-level: 32 }
86+
- { arch: x86_64, api-level: 29 }
87+
- { arch: x86_64, api-level: 30 }
88+
- { arch: x86_64, api-level: 32 }
9089
- { arch: x86_64, api-level: 34 }
9190
steps:
9291
- name: checkout

0 commit comments

Comments
 (0)