forked from mirror/presenterm
Revert "ci: build with sixel enabled"
This reverts commit 9dd4b2105c5abef78ea52e43ab3ba330f7b652ff.
This commit is contained in:
parent
1d4e5b1c59
commit
146862f12b
2
.github/workflows/nightly.yaml
vendored
2
.github/workflows/nightly.yaml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user