Update .gitea/workflows/build.yaml
All checks were successful
Build / Build (push) Successful in 2m5s

This commit is contained in:
Jan Gleytenhoover 2024-08-16 12:53:29 +00:00
parent 20988de482
commit bb6746374c

@ -12,14 +12,6 @@ jobs:
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
- name: Checkout
uses: https://git.kjan.de/actions/checkout@v4