Skip to content

Commit 9248e5b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reprotest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
include:
1616
- runner: warp-ubuntu-2404-x64-32x
1717
machine: machine-1
18-
- runner: warp-ubuntu-2204-x64-32x
19-
machine: machine-2
18+
# - runner: warp-ubuntu-2204-x64-32x
19+
# machine: machine-2
2020
steps:
2121
- uses: actions/checkout@v5
2222

@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Build image
2929
run: |
30-
sudo -E mkosi --force -I buildernet.conf --profile=gcp,cloud
30+
sudo mkosi --force -I buildernet.conf --profile=gcp,cloud
3131
3232
- name: Calculate SHA256
3333
id: sha256

0 commit comments

Comments
 (0)