Skip to content

Commit d94dd69

Browse files
committed
golang: ci: install libuuid1
1 parent e90d1a5 commit d94dd69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/golang.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
with:
1818
go-version: '1.25'
1919

20+
- name: Install libuuid1 uuid-dev
21+
run: |
22+
sudo apt update
23+
sudo apt install -y libuuid1 uuid-dev
24+
2025
- name: Get dependencies
2126
run: |
2227
cd runtime/golang/helloworld

0 commit comments

Comments
 (0)