parent
f6c594af96
commit
b14044f926
1 changed files with 3 additions and 5 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -2,14 +2,12 @@ on: [push, pull_request, workflow_dispatch]
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Git checkout Config
|
||||
uses: actions/checkout@v4
|
||||
- name: Git checkout ZMK-Firmware
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
name: https://github.com/zmkfirmware/zmk.git
|
||||
run: echo "Folder=$(ls)" >> $GITHUB_OUTPUT
|
||||
- run: git clone https://github.com/zmkfirmware/zmk.git
|
||||
- run: echo "Folder=$(ls)" >> $GITHUB_OUTPUT
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue