We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd1953 commit 2bc8b93Copy full SHA for 2bc8b93
1 file changed
.github/workflows/reprotest.yml
@@ -22,16 +22,14 @@ jobs:
22
23
- name: Install uv
24
uses: astral-sh/setup-uv@v7
25
- env:
26
- UV_INSTALL_DIR: /usr/local/bin
27
with:
28
enable-cache: "false"
29
tool-bin-dir: "/usr/local/bin"
30
31
- name: Install mkosi
32
run: |
33
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)
+ uv tool install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
35
36
- name: Build image
37
0 commit comments