mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Update to ratatui-image@0.4.3 to use native sixel lib (#181)
This commit is contained in:
parent
1ae22086f6
commit
4236d9f53e
3 changed files with 12 additions and 31 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 ${{ matrix.platform == 'windows-latest' && '--no-default-features' || '' }}
|
||||
run: cargo test
|
||||
- name: Build artifacts
|
||||
run: cargo build --release ${{ matrix.platform == 'windows-latest' && '--no-default-features' || '' }}
|
||||
run: cargo build --release
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue