Skip to content

Commit 4a9f419

Browse files
committed
fix hyprgraphics spec and fail fast
1 parent 0774389 commit 4a9f419

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-copr-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
runs-on: ubuntu-latest
209209
strategy:
210210
max-parallel: 1 # Run batches sequentially
211-
fail-fast: false
211+
fail-fast: true # Stop subsequent batches if one fails (dependencies would fail anyway)
212212
matrix: ${{ fromJson(needs.detect-changes.outputs.matrix) }}
213213
steps:
214214
- name: Checkout repository

packages/hyprgraphics/hyprgraphics.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Development files for %{name}.
5151
%files
5252
%license LICENSE
5353
%doc README.md
54-
%{_libdir}/lib%{name}.so.3
54+
%{_libdir}/lib%{name}.so.4
5555
%{_libdir}/lib%{name}.so.%{version}
5656

5757
%files devel

0 commit comments

Comments
 (0)