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