We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6542637 commit e8cd03dCopy full SHA for e8cd03d
1 file changed
.github/workflows/build_test.yml
@@ -83,10 +83,9 @@ jobs:
83
# broken for unknown reasons. needs some offline debugging
84
# https://github.com/opendocument-app/OpenDocument.droid/issues/390
85
# - { 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 }
+ - { arch: x86_64, api-level: 29 }
+ - { arch: x86_64, api-level: 30 }
+ - { arch: x86_64, api-level: 32 }
90
- { arch: x86_64, api-level: 34 }
91
steps:
92
- name: checkout
0 commit comments