[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 - name: Install Dependencies
run: | run: |
apt-get update apt-get update
apt-get install nodejs --yes --no-install-recommends apt-get install --yes --no-install-recommends \
echo "${HOME}/.local/bin" >> $GITHUB_PATH nodejs
python3 -m pip install --user qmk python3 -m pip install --user qmk
echo "${HOME}/.local/bin" >> $GITHUB_PATH
- name: Checkout - name: Checkout
uses: actions/checkout@v3 # needs nodejs uses: actions/checkout@v3 # needs nodejs