Skip to content

Commit

Permalink
Install minimal set packages
Browse files Browse the repository at this point in the history
  • Loading branch information
metsma authored and mrts committed Mar 1, 2024
1 parent d4c0c5b commit 81c413e
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 @@ -23,7 +23,7 @@ jobs:

steps:
- name: Install Deps
run: dnf install -y git gcc-c++ cmake rpm-build openssl-devel pcsc-lite-devel qt6-qtsvg-devel qt6-qttools-devel gtest-devel
run: dnf install -y --setopt=install_weak_deps=False git gcc-c++ cmake rpm-build openssl-devel pcsc-lite-devel qt6-qtsvg-devel qt6-qttools-devel gtest-devel

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 81c413e

Please sign in to comment.