Fixing git workflow build
Some checks failed
Build QMK Firmware with Docker / build (push) Failing after 1m32s
Some checks failed
Build QMK Firmware with Docker / build (push) Failing after 1m32s
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user