https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4d00a5653a5e2b56b7f9f…
commit 4d00a5653a5e2b56b7f9fa2615d5375d0579d94f
Author:     Serge Gautherie <reactos-git_serge_171003(a)gautherie.fr>
AuthorDate: Mon May 24 08:56:17 2021 +0200
Commit:     Jérôme Gardou <zefklop(a)users.noreply.github.com>
CommitDate: Mon May 31 16:04:49 2021 +0200
    [GITHUB] build.yml: Properly define LLVM_VERSION
    Addendum to a66214c.
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7b40db8ca25..a037c8e7140 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
     - name: Install LLVM
       if: ${{ matrix.compiler == 'clang' }}
       run: |
-        echo "LLVM_VERSION=12" >> $GITHUB_ENV
+        export LLVM_VERSION=12
         wget 
https://apt.llvm.org/llvm.sh
         chmod +x llvm.sh
         sudo ./llvm.sh $LLVM_VERSION