Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit c8d24dd

Browse files
authored
Update build-llvm.yml
1 parent 8140123 commit c8d24dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-llvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
docker rmi -f $(docker images -q)
7272
7373
docker build --tag llvm-build --build-arg llvm_dir=llvm-project \
74-
-f ./.github/workflows/llvm-build/almalinux.Dockerfile .
74+
-f llvm-build/.github/workflows/llvm-build/almalinux.Dockerfile .
7575
7676
# Create temporary container to copy cache and installed artifacts.
7777
CONTAINER_ID=$(docker create llvm-build)

0 commit comments

Comments
 (0)