Update to ratatui-image@0.4.3 to use native sixel lib (#181)

This commit is contained in:
Benjamin Grosse 2023-11-24 15:22:39 -08:00 committed by GitHub
parent 1ae22086f6
commit 4236d9f53e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 31 deletions

View file

@ -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: