Skip to content

Commit b24609b

Browse files
committed
install build tools
1 parent cc21ab8 commit b24609b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push_to_registry.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
-
1414
name: Set up Docker Buildx
1515
uses: docker/setup-buildx-action@v2
16+
17+
- name: Install build tools
18+
run: apt install build-essentials cmake
1619
-
1720
name: Login to GitHub Container Registry
1821
uses: docker/login-action@v2

0 commit comments

Comments
 (0)