diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8682ff6..5fe5352 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -187,7 +187,7 @@ jobs: key: ${{ runner.os }}-bun- restore-keys: | ${{ runner.os }}-bun- - - run: apt install just + - run: apt update && apt install just -y - name: Install dependencies run: | cd frontend