Skip to content

Commit a8b6abb

Browse files
committed
reinstall systemd cryptsetup
1 parent cf43ffd commit a8b6abb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ jobs:
1414
steps:
1515
- name: Checkout kobo
1616
uses: actions/checkout@v2
17+
1718
- name: Run Tox tests
1819
id: test
1920
uses: fedora-python/tox-github-action@main
2021
with:
2122
tox_env: ${{ matrix.tox_env }}
22-
dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types --setopt=tsflags=nodocs
23+
dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types
2324
strategy:
2425
matrix:
2526
tox_env: [

0 commit comments

Comments
 (0)