Skip to content

Commit

Permalink
try adding clang
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Jul 11, 2024
1 parent 641b7d4 commit 964b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_to_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Install build tools
run: sudo apt-get update && sudo apt-get install -y build-essential cmake
run: sudo apt-get update && sudo apt-get install -y build-essential cmake clang
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 964b1c6

Please sign in to comment.