This commit is contained in:
lazymio 2024-02-13 14:46:08 +08:00
parent b31081a105
commit 67deee7771
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873

View File

@ -345,6 +345,10 @@ jobs:
cmake --install . --strip
ctest -VV -C ${{ matrix.config.build_type }}
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
- name: '🚧 Android x86_64 build'
if: contains(matrix.config.name, 'android')
shell: bash