ci: fix image update
Also fix job name
This commit is contained in:
parent
6be5d8aad7
commit
7637e794ba
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-image.yml
vendored
4
.github/workflows/update-image.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
- cron: "0 0 * * 0"
|
||||
|
||||
jobs:
|
||||
update-flake:
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
RUN pacman -Syu --needed --noconfirm sudo base-devel cmake ninja fish git clang qt6-declarative python && \
|
||||
useradd -m builder && \
|
||||
echo 'builder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && \
|
||||
sudo -u git clone https://aur.archlinux.org/yay-bin.git /home/builder/yay-bin && \
|
||||
sudo -u builder git clone https://aur.archlinux.org/yay-bin.git /home/builder/yay-bin && \
|
||||
cd /home/builder/yay-bin && \
|
||||
sudo -u builder makepkg -si --noconfirm && \
|
||||
sudo -u builder yay -S --noconfirm quickshell-git && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue