diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2859ff4..3bcaa8d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,5 +2,7 @@ jobs: build: runs-on: ubuntu-20.04 steps: + - name: Install dependencies + run: apt update && apt install -y nodejs npm git - name: Simple echo run: echo "Hello world" \ No newline at end of file