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 59cb41d commit b989554Copy full SHA for b989554
.github/workflows/docbuild.yml
@@ -32,6 +32,9 @@ jobs:
32
group: ${{ github.workflow }}-${{ github.ref }}
33
cancel-in-progress: true
34
steps:
35
+ - name: Remove not needed libs
36
+ run: |
37
+ sudo rm -rf /usr/local/lib/android
38
- name: checkout
39
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40
with:
0 commit comments