diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 8bf60ae..c640a24 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -15,6 +15,11 @@ jobs: container: image: hseeberger/scala-sbt:17.0.2_1.6.2_2.13.8 steps: + - name: Install checkout runtime + run: | + apt-get update + apt-get install --yes --no-install-recommends git nodejs + rm -rf /var/lib/apt/lists/* - uses: actions/checkout@v4 - name: sbt test run: sbt -batch test