ci: add clazy to image
This commit is contained in:
parent
2a54c089a4
commit
921fb3504d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-image.yml
vendored
2
.github/workflows/update-image.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: |
|
||||
cat > /tmp/Dockerfile <<EOF
|
||||
FROM archlinux:latest
|
||||
RUN pacman -Syu --needed --noconfirm sudo base-devel cmake ninja fish git clang qt6-declarative python && \
|
||||
RUN pacman -Syu --needed --noconfirm sudo base-devel cmake ninja fish git clazy qt6-declarative python && \
|
||||
useradd -m builder && \
|
||||
echo 'builder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && \
|
||||
sudo -u builder git clone https://aur.archlinux.org/yay-bin.git /home/builder/yay-bin && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue