Skip to content

WIP: github: Try running the test-system-clang job #3

WIP: github: Try running the test-system-clang job

WIP: github: Try running the test-system-clang job #3

name: Test installing with a system clang
on:
workflow_dispatch:
push:
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