Skip to content

Commit 964b1c6

Browse files
committed
try adding clang
1 parent 641b7d4 commit 964b1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push_to_registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: docker/setup-buildx-action@v2
1616

1717
- name: Install build tools
18-
run: sudo apt-get update && sudo apt-get install -y build-essential cmake
18+
run: sudo apt-get update && sudo apt-get install -y build-essential cmake clang
1919
-
2020
name: Login to GitHub Container Registry
2121
uses: docker/login-action@v2

0 commit comments

Comments
 (0)