[actions] don't use cd
Some checks failed
Build / build-sporq (push) Failing after 2m53s

This commit is contained in:
Marius Alwan Meyer 2023-06-03 11:28:04 +02:00
parent 5163460587
commit fbb82b993c

View File

@ -13,7 +13,7 @@ jobs:
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH - run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Set up Git repository - name: Set up Git repository
run: git clone --depth 1 https://git.sporq.de/sporq/qmk-firmware.git; cd qmk-firmware run: git clone --depth 1 https://git.sporq.de/sporq/qmk-firmware.git /root/qmk-firmware; cd /root/qmk-firmware
- name: Set up QMK - name: Set up QMK
run: qmk setup --yes run: qmk setup --yes