Skip to content

Commit

Permalink
actions: Fedora: Skip installing weak dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: Raul Metsma <[email protected]>
  • Loading branch information
2 people authored and mrts committed May 28, 2024
1 parent 4e5843a commit f26e285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-linux-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Install dependencies
run: dnf install -y git gcc-c++ cmake gtest-devel openssl-devel pcsc-lite-devel
run: dnf install -y --setopt=install_weak_deps=False git gcc-c++ cmake gtest-devel openssl-devel pcsc-lite-devel

- uses: actions/checkout@v4

Expand Down

0 comments on commit f26e285

Please sign in to comment.