Skip to content

Commit

Permalink
install build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jul 11, 2024
1 parent cc21ab8 commit b24609b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push_to_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Install build tools
run: apt install build-essentials cmake
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit b24609b

Please sign in to comment.