Skip to content

Commit a2a2a41

Browse files
committed
Fix again
Signed-off-by: bakhtin <[email protected]>
1 parent 9248e5b commit a2a2a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reprotest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Install mkosi
2424
run: |
2525
sudo apt-get update && sudo apt-get install -y debian-archive-keyring
26+
sudo python3 -m pip install --upgrade pip setuptools wheel
2627
sudo -H pip3 install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
2728
2829
- name: Build image

0 commit comments

Comments
 (0)