Skip to content

WIP: github: Only run the test-system-clang job #1

WIP: github: Only run the test-system-clang job

WIP: github: Only run the test-system-clang job #1

name: Test installing with a system clang
on:
push:
workflow_dispatch:
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker images
uses: docker/build-push-action@v5
with:
context: .
push: false
file: ./Dockerfile.system-clang