mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Add support for previewing images in room scrollback (#108)
This commit is contained in:
parent
974775b29b
commit
221faa828d
15 changed files with 588 additions and 29 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue