Skip to content

Commit 2bc8b93

Browse files
committed
1
Signed-off-by: bakhtin <a@bakhtin.net>
1 parent efd1953 commit 2bc8b93

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/reprotest.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ jobs:
2222

2323
- name: Install uv
2424
uses: astral-sh/setup-uv@v7
25-
env:
26-
UV_INSTALL_DIR: /usr/local/bin
2725
with:
2826
enable-cache: "false"
2927
tool-bin-dir: "/usr/local/bin"
3028

3129
- name: Install mkosi
3230
run: |
3331
sudo apt-get update && sudo apt-get install -y debian-archive-keyring
34-
sudo -E uv tool install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
32+
uv tool install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
3533
3634
- name: Build image
3735
run: |

0 commit comments

Comments
 (0)