Compare commits

...

2 Commits

Author SHA1 Message Date
600c3d1fed [CI] Test with the QMK Container
Some checks reported warnings
Build / Build (push) Has been cancelled
Test / Build (push) Successful in 16s
2023-07-18 15:50:06 +02:00
990395c44f [CI] cleanup 2023-07-18 15:49:13 +02:00
2 changed files with 1 additions and 4 deletions

View File

@ -2,9 +2,6 @@ on: [push, pull_request, workflow_dispatch]
name: Build name: Build
env:
ACTIONS_STEP_DEBUG: true
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -6,7 +6,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: zmkfirmware/zmk-build-arm:stable image: ghcr.io/qmk/qmk_base_container:latest
name: Build name: Build
steps: steps:
- name: Install Dependencies - name: Install Dependencies