[actions] please just work..
Some checks failed
Build / build-sporq (push) Failing after 31s

This commit is contained in:
Marius Alwan Meyer 2023-06-03 11:52:09 +02:00
parent bebc2cee27
commit 1cea0b48e3

View File

@ -8,9 +8,14 @@ jobs:
container:
image: ghcr.io/qmk/qmk_base_container:latest@sha256:d27f995fd142681b273d95dc150d3a3683b6b1884b4c46f70c00a1a991d0e11e
steps:
- name: Setup Node
run: apt update; 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