fix: Added command installation

This commit is contained in:
Junya Morioka
2025-12-04 19:27:27 +09:00
parent 0dbd2193cf
commit 37be4be823
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
- name: Install build dependencies - name: Install build dependencies
run: | run: |
sudo apt install -y ninja-build clang sudo apt install -y ninja-build clang time
pip install -U pip setuptools==75.8.0 wheel packaging psutil pip install -U pip setuptools==75.8.0 wheel packaging psutil
- name: Build wheels - name: Build wheels
+2 -1
View File
@@ -55,7 +55,8 @@ jobs:
g++ \ g++ \
clang \ clang \
ninja-build \ ninja-build \
keyboard-configuration keyboard-configuration \
time
- name: Install gh - name: Install gh
shell: bash shell: bash
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Install build dependencies - name: Install build dependencies
shell: bash shell: bash
run: | run: |
sudo apt install -y ninja-build clang sudo apt install -y ninja-build clang time
pip install -U pip setuptools==75.8.0 wheel setuptools packaging psutil pip install -U pip setuptools==75.8.0 wheel setuptools packaging psutil
- name: Build wheels - name: Build wheels
+2 -1
View File
@@ -45,7 +45,8 @@ jobs:
g++ \ g++ \
clang \ clang \
ninja-build \ ninja-build \
keyboard-configuration keyboard-configuration \
time
- name: Install gh - name: Install gh
shell: bash shell: bash