diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 2608ab3..4e1990f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: container: catthehacker/ubuntu:act-latest steps: - name: Install git - run: apt-get update && apt-get install -y git nodejs npm + run: apt-get update && apt-get install -y git nodejs npm bun - name: Checkout uses: actions/checkout@v4