[CI] cleanup
All checks were successful
Build / build-sporq (push) Successful in 1m10s

This commit is contained in:
Marius Alwan Meyer 2023-07-18 16:14:17 +02:00
parent 03d0304c54
commit 199a893034

View File

@ -11,9 +11,10 @@ jobs:
- name: Install Dependencies
run: |
apt-get update
apt-get install nodejs --yes --no-install-recommends
echo "${HOME}/.local/bin" >> $GITHUB_PATH
apt-get install --yes --no-install-recommends \
nodejs
python3 -m pip install --user qmk
echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Checkout
uses: actions/checkout@v3 # needs nodejs