Skip to content

Commit 2c0ab24

Browse files
committed
reinstall systemd cryptsetup
1 parent cf43ffd commit 2c0ab24

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,19 @@ jobs:
1414
steps:
1515
- name: Checkout kobo
1616
uses: actions/checkout@v2
17+
18+
- name: Update systemd and preset units
19+
run: |
20+
sudo dnf -y update systemd
21+
sudo systemctl daemon-reload
22+
sudo systemctl preset-all
23+
1724
- name: Run Tox tests
1825
id: test
1926
uses: fedora-python/tox-github-action@main
2027
with:
2128
tox_env: ${{ matrix.tox_env }}
22-
dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types --setopt=tsflags=nodocs
29+
dnf_install: python3-rpm /usr/bin/gcc /usr/bin/krb5-config /etc/mime.types
2330
strategy:
2431
matrix:
2532
tox_env: [

0 commit comments

Comments
 (0)