Skip to content

Commit 5061ca8

Browse files
committed
workflow: use 24.04 and install levelzero
Signed-off-by: Tuomas Katila <[email protected]>
1 parent bcf1e0d commit 5061ca8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/lib-validate.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
with:
4040
go-version-file: go.mod
4141
check-latest: true
42+
- name: install levelzero dev
43+
run: |
44+
sudo apt-get update
45+
sudo apt-get install -y libze1 libze-dev
4246
- name: golangci-lint
4347
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
4448
with:
@@ -53,6 +57,10 @@ jobs:
5357
with:
5458
go-version-file: go.mod
5559
check-latest: true
60+
- name: install levelzero dev
61+
run: |
62+
sudo apt-get update
63+
sudo apt-get install -y libze1 libze-dev
5664
- name: Check Dockerfiles
5765
run: make check-dockerfiles
5866
- run: make go-mod-tidy

0 commit comments

Comments
 (0)