Skip to content

Commit 5aeda07

Browse files
committed
Install libdrm-dev to intel MPI image
Signed-off-by: Yuki Iwai <[email protected]>
1 parent c738a83 commit 5aeda07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
uses: actions/setup-go@v3
4747
with:
4848
go-version-file: go.mod
49+
- name: Install libdrm-dev
50+
shell: bash
51+
run: sudo apt-get install -y libdrm-dev
4952
- name: Run tests
5053
env:
5154
RELEASE_VERSION: test

0 commit comments

Comments
 (0)