diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 80eca51..9525e34 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -11,15 +11,7 @@ jobs: container: image: git.kjan.de/actions/zmk-builder:latest name: Build - steps: - - name: Install Dependencies - run: | - apt-get update; - apt-get install --yes --no-install-recommends \ - nodejs \ - zstd \ - zip - + steps: - name: Checkout uses: https://git.kjan.de/actions/checkout@v4