[action] try multiline runs
All checks were successful
Build / build-sporq (push) Successful in 2m41s
All checks were successful
Build / build-sporq (push) Successful in 2m41s
This commit is contained in:
parent
994b9757b2
commit
ef0fb86032
@ -9,17 +9,18 @@ jobs:
|
||||
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
|
||||
|
||||
- name: Add Python install dir to PATH
|
||||
run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install nodejs --yes --no-install-recommends
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install QMK
|
||||
run: |
|
||||
python3 -m pip install --user qmk
|
||||
echo "${HOME}/.local/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Set up QMK
|
||||
run: qmk setup --yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user