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

This commit is contained in:
Jan Gleytenhoover 2024-08-16 12:50:10 +00:00
parent e17a76106d
commit 20988de482

@ -9,7 +9,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: zmkfirmware/zmk-build-arm:stable image: git.kjan.de/actions/zmk-builder:latest
name: Build name: Build
steps: steps:
- name: Install Dependencies - name: Install Dependencies