We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc8b93 commit 1ab5e00Copy full SHA for 1ab5e00
.github/workflows/reprotest.yml
@@ -15,21 +15,15 @@ jobs:
15
include:
16
- runner: warp-ubuntu-2404-x64-32x
17
machine: machine-1
18
- - runner: warp-ubuntu-2204-x64-32x
+ - runner: warp-ubuntu-2404-x64-32x
19
machine: machine-2
20
steps:
21
- uses: actions/checkout@v5
22
23
- - name: Install uv
24
- uses: astral-sh/setup-uv@v7
25
- with:
26
- enable-cache: "false"
27
- tool-bin-dir: "/usr/local/bin"
28
-
29
- name: Install mkosi
30
run: |
31
sudo apt-get update && sudo apt-get install -y debian-archive-keyring
32
- uv tool install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
+ sudo -H pip3 install git+https://github.com/systemd/mkosi.git@$(cat .mkosi_version)
33
34
- name: Build image
35
0 commit comments