From dc4e9bb9c85265209aaf51f7e02c64ea3f1f24ac Mon Sep 17 00:00:00 2001 From: Robert Perce Date: Mon, 22 Jun 2026 21:58:28 -0500 Subject: [PATCH] chore(actions): install node bfore running checkout --- .forgejo/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/main.yaml b/.forgejo/workflows/main.yaml index df3a1bd..5b8092a 100644 --- a/.forgejo/workflows/main.yaml +++ b/.forgejo/workflows/main.yaml @@ -5,9 +5,9 @@ jobs: container: image: rust:trixie steps: - - uses: actions/checkout@v6 - - run: apt-get update && apt-get install -y sqlite3 nodejs + + - uses: actions/checkout@v6 - run: ./Taskfile _cargo build --release - run: echo test | ./target/release/mascarpone set-password test - run: ./target/release/mascarpone set-ephemeral test true