Add support for previewing images in room scrollback (#108)

This commit is contained in:
Benjamin Grosse 2023-11-16 08:36:22 -08:00 committed by GitHub
parent 974775b29b
commit 221faa828d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 588 additions and 29 deletions

View file

@ -44,9 +44,9 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-check'
- name: Run tests
run: cargo test
run: cargo test ${{ matrix.platform == 'windows-latest' && '--no-default-features' || '' }}
- name: Build artifacts
run: cargo build --release
run: cargo build --release ${{ matrix.platform == 'windows-latest' && '--no-default-features' || '' }}
- name: Upload artifacts
uses: actions/upload-artifact@master
with: