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

@ -344,6 +344,10 @@ jobs:
cmake --build . --config ${{ matrix.config.build_type }}
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')