Skip to content

Commit 24b64a3

Browse files
committed
Compile heif image support only with Rust 1.60.0 which is not used to create official binaries
1 parent d3e7c2d commit 24b64a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
- name: Install basic libraries
3535
run: sudo apt-get update; sudo apt install libgtk-4-dev libheif-dev -y
3636

37-
- name: Build Release
38-
run: cargo build --release
37+
- name: Build Release Heif
38+
run: cargo build --release --features heif
3939
env:
4040
CARGO_INCREMENTAL: 0
4141
RUSTFLAGS: "-C debuginfo=0"
4242
if: ${{ (matrix.type == 'release') && (matrix.toolchain == '1.60.0') }}
4343

44-
- name: Build Release Heif
45-
run: cargo build --release --features heif
44+
- name: Build Release
45+
run: cargo build --release
4646
env:
4747
CARGO_INCREMENTAL: 0
4848
RUSTFLAGS: "-C debuginfo=0"

0 commit comments

Comments
 (0)