Update .gitea/workflows/build.yaml
All checks were successful
Build / Build (push) Successful in 2m5s
All checks were successful
Build / Build (push) Successful in 2m5s
This commit is contained in:
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user