From ed38cc0e34be8b9e3ab1cb3e0a1a8dafb9f62cc1 Mon Sep 17 00:00:00 2001 From: jank Date: Thu, 5 Jun 2025 12:29:07 +0200 Subject: [PATCH] fix: Add install watchexec --- images/actions/casino-playwright/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/actions/casino-playwright/Dockerfile b/images/actions/casino-playwright/Dockerfile index 0c88be2..d32c2d5 100644 --- a/images/actions/casino-playwright/Dockerfile +++ b/images/actions/casino-playwright/Dockerfile @@ -2,3 +2,4 @@ FROM catthehacker/ubuntu:act-latest RUN curl https://sh.rustup.rs -sSf | sh -s -- -y RUN source $HOME/.cargo/env +RUN cargo install watchexec-cli --locked