aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2025-09-19 19:56:36 +0200
committerEgor Tensin <egor@tensin.name>2025-09-19 19:56:36 +0200
commitb827ae12dcbe60acde20bb431a412bd95e284036 (patch)
tree5e44dd364e2fc0d40d04d2dca0cfadc85cf45593
parentworkflows/yandex-cloud-cli-bin: add a builder user (diff)
downloadmaintenance-master.tar.gz
maintenance-master.zip
workflows/yandex-cloud-cli-bin: fix partial upgradesHEADmaster
-rw-r--r--.github/workflows/yandex-cloud-cli-bin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yandex-cloud-cli-bin.yml b/.github/workflows/yandex-cloud-cli-bin.yml
index f57462b..67d5e5e 100644
--- a/.github/workflows/yandex-cloud-cli-bin.yml
+++ b/.github/workflows/yandex-cloud-cli-bin.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- name: Install dependencies
run: |
- pacman -Sy --noconfirm git openssh
+ pacman -Syu --noconfirm git openssh
- name: Add builder user
run: |
useradd -m -s /bin/bash builder