Compare commits
No commits in common. "600c3d1fed3ce6d1a798996b2b36652b48620d92" and "812284df38d98401a8e768de6ae62be7fd3ed596" have entirely different histories.
600c3d1fed
...
812284df38
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user