WIP: github: Try running the test-system-clang job #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |