[CI] move llvm-build.yml to the top of workflow directory hierarchy

This commit is contained in:
Phil Tillet
2023-10-26 02:08:56 -07:00
parent 3f95a6fb81
commit 07baf3a102

View File

@@ -133,7 +133,7 @@ jobs:
if: matrix.config.target-os == 'centos'
run: |
docker build --tag llvm-build --build-arg llvm_dir=llvm-project \
-f llvm-build/.github/workflows/Dockerfile .
-f llvm-build/.github/workflows/llvm-build/Dockerfile .
# Create temporary container to copy cache and installed artifacts.
CONTAINER_ID=$(docker create llvm-build)