Fixing git workflow build
Some checks failed
Build QMK Firmware with Docker / build (push) Failing after 1m32s

This commit is contained in:
2025-07-15 00:32:12 -05:00
parent 35d6b27634
commit 690fa58478

View File

@@ -7,6 +7,8 @@ jobs:
container:
image: ubuntu
steps:
- name: Install packages
run: apt-get update && apt-get install -y nodejs git python3 python3-pip rsync
- name: Checkout repository
uses: actions/checkout@v4
with: