Skip to content

Commit 60dae5a

Browse files
authored
Catching music panics, disabling cache in CLI ... (#1466)
1 parent cb5a54b commit 60dae5a

18 files changed

+215
-234
lines changed

.github/workflows/linux.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: rustup default 1.85.0
2525

2626
- name: Build Release
27-
run:
27+
run: |
2828
sed -i 's/#lto = "thin"/lto = "thin"/g' Cargo.toml
2929
cargo build --release --bin czkawka_cli --bin krokiet
3030
@@ -37,7 +37,7 @@ jobs:
3737
- name: Store Linux Krokiet
3838
uses: actions/upload-artifact@v4
3939
with:
40-
name: czkawka_cli-${{ runner.os }}-release
40+
name: krokiet-${{ runner.os }}-release
4141
path: target/release/krokiet
4242

4343
- name: Prepare files to release
@@ -300,7 +300,7 @@ jobs:
300300
run: rustup default 1.85.0
301301

302302
- name: Build Release
303-
run:
303+
run: |
304304
sed -i 's/#lto = "thin"/lto = "thin"/g' Cargo.toml
305305
cargo build --release
306306

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ krokiet/ui/test.slint
2626
misc/*/*.lock
2727
misc/*/target/
2828
misc/*/.idea
29+
benchmarks

0 commit comments

Comments
 (0)