[llvm] [CI][SPIRV][NFC] Remove unneccessary mkdir from workflow (PR #184353)
Nick Sarnie via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 06:49:08 PST 2026
https://github.com/sarnex created https://github.com/llvm/llvm-project/pull/184353
None
>From 60ed53861252c6afa1f5e948d23b42cf05f7f380 Mon Sep 17 00:00:00 2001
From: Nick Sarnie <nick.sarnie at intel.com>
Date: Tue, 3 Mar 2026 06:47:43 -0800
Subject: [PATCH] [CI][SPIRV][NFC] Remove unneccessary from workflow
Signed-off-by: Nick Sarnie <nick.sarnie at intel.com>
---
.github/workflows/spirv-tests.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/spirv-tests.yml b/.github/workflows/spirv-tests.yml
index ab1907db56648..22efaa934b26c 100644
--- a/.github/workflows/spirv-tests.yml
+++ b/.github/workflows/spirv-tests.yml
@@ -33,7 +33,6 @@ jobs:
variant: sccache
- name: Build and Test
run: |
- mkdir build
cmake -GNinja \
-S llvm \
-B build \
More information about the llvm-commits
mailing list