[action] try multiline runs
All checks were successful
Build / build-sporq (push) Successful in 2m41s

This commit is contained in:
Marius Alwan Meyer 2023-06-03 12:10:15 +02:00
parent 994b9757b2
commit ef0fb86032

View File

@ -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