Add support for previewing images in room scrollback (#108)
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user