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

@ -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