diff --git a/.forgejo/workflows/playing-around.yaml b/.forgejo/workflows/playing-around.yaml index 64fc2a1..88f73a6 100644 --- a/.forgejo/workflows/playing-around.yaml +++ b/.forgejo/workflows/playing-around.yaml @@ -25,8 +25,8 @@ jobs: restore-keys: | ${{ runner.os }}-bun- - - name: Install git - run: apt-get update && apt-get install -y git + - name: Install git and curl + run: apt-get update && apt-get install -y git curl - name: Install dependencies run: bun install --frozen-lockfile