Revert "ci: build with sixel enabled"

This reverts commit 9dd4b2105c5abef78ea52e43ab3ba330f7b652ff.
This commit is contained in:
Matias Fontanini 2025-03-20 19:00:02 -07:00
parent 1d4e5b1c59
commit 146862f12b
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ jobs:
with:
use-cross: true
command: build
args: --release --locked --target ${{ matrix.config.TARGET }} --features sixel
args: --release --locked --target ${{ matrix.config.TARGET }}
- name: Prepare release assets
shell: bash

View File

@ -68,7 +68,7 @@ jobs:
with:
use-cross: true
command: build
args: --release --locked --target ${{ matrix.config.TARGET }} --features sixel
args: --release --locked --target ${{ matrix.config.TARGET }}
- name: Prepare release assets
shell: bash