Compare commits

..

No commits in common. "600c3d1fed3ce6d1a798996b2b36652b48620d92" and "812284df38d98401a8e768de6ae62be7fd3ed596" have entirely different histories.

2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ 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: ghcr.io/qmk/qmk_base_container:latest image: zmkfirmware/zmk-build-arm:stable
name: Build name: Build
steps: steps:
- name: Install Dependencies - name: Install Dependencies