Skip to content

Commit ed5fd4c

Browse files
committed
github: Add a manual job for testing installing with a system clang
1 parent 9f81921 commit ed5fd4c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Test installing with a system clang
2+
on:
3+
workflow_dispatch:
4+
5+
jobs:
6+
docker-build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v4
10+
- name: Build Docker images
11+
uses: docker/build-push-action@v5
12+
with:
13+
context: .
14+
push: false
15+
file: ./Dockerfile.system-clang

0 commit comments

Comments
 (0)