Skip to content

Commit

Permalink
Ly
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Jan 2, 2025
1 parent 92c292d commit 336763e
Show file tree
Hide file tree
Showing 11 changed files with 158 additions and 93 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/linux_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
- name: Enable LTO
run: sed -i 's/#lto = "thin"/lto = "thin"/g' Cargo.toml

- name: Build Release with fast_image_resize
run: cargo build --release --bin czkawka_cli --features "fast_image_resize"

- name: Store Linux CLI fast_image_resize
uses: actions/upload-artifact@v4
with:
name: czkawka_cli-${{ runner.os }}-fast_image_resize
path: target/release/czkawka_cli

- name: Build Release
run: cargo build --release --bin czkawka_cli

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: Install GTK4
run: |
brew link --overwrite python@3.11
brew link --overwrite python@3.13
brew install rust gtk4 libheif || true
brew link --overwrite python@3.11
brew link --overwrite python@3.13
- name: Setup rust version
run: rustup default stable
Expand Down
Loading

0 comments on commit 336763e

Please sign in to comment.