This commit is contained in:
parent
bebc2cee27
commit
76bdd66884
@ -8,9 +8,14 @@ jobs:
|
||||
container:
|
||||
image: ghcr.io/qmk/qmk_base_container:latest@sha256:d27f995fd142681b273d95dc150d3a3683b6b1884b4c46f70c00a1a991d0e11e
|
||||
steps:
|
||||
- name: Setup Node
|
||||
run: apt install nodejs --yes --no-install-recommends
|
||||
|
||||
- name: Install QMK
|
||||
run: python3 -m pip install --user qmk
|
||||
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Add Python install dir to PATH
|
||||
run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user