We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf43ffd commit 68e132aCopy full SHA for 68e132a
1 file changed
.github/workflows/main.yml
@@ -19,7 +19,8 @@ jobs:
19
uses: fedora-python/tox-github-action@main
20
with:
21
tox_env: ${{ matrix.tox_env }}
22
- dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types --setopt=tsflags=nodocs
+ dnf_install: systemd cryptsetup
23
+ dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types
24
strategy:
25
matrix:
26
tox_env: [
0 commit comments