Skip to content

Commit b1882fd

Browse files
committed
ci: add acpica installation
1 parent 0298549 commit b1882fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-upload-aml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install build dependencies
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get install -y build-essential cmake ninja-build python3 python3-pip jq
21+
sudo apt-get install -y build-essential cmake ninja-build python3 python3-pip jq acpica-tools
2222
2323
- name: Configure CMake
2424
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)