Skip to content

Commit 39db1d2

Browse files
committed
Use Docker ENV keyword to define LLVM_VERSION.
1 parent 4a58bdd commit 39db1d2

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/containers/github-action-ci-windows

1 file changed

+1
-1
lines changed

.github/workflows/containers/github-action-ci-windows/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ RUN powershell -Command \
100100
rm actions-runner-win.zip
101101
102102
# Set the LLVM_VERSION environment variable
103-
RUN powershell -Command [Environment]::SetEnvironmentVariable('LLVM_VERSION', '21.1.2', 'Machine')
103+
ENV LLVM_VERSION=21.1.2
104104
105105
# Download and extract Clang compiler.
106106
# Create directories, download, extract, and clean up all in one layer

0 commit comments

Comments
 (0)