From 3b916efdad806eb443c2f3e20e04c3b4315f638b Mon Sep 17 00:00:00 2001 From: Marc Auberer Date: Sun, 11 Aug 2024 18:02:36 +0200 Subject: [PATCH] Fix publish workflow (#634) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 831011e5d..cf8f1e9d6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -185,7 +185,7 @@ jobs: - name: Setup LLVM if: steps.cache-llvm.outputs.cache-hit != 'true' run: | - git clone --depth 1 --branch release/18.x https://github.com/llvm/llvm-project.git llvm + git clone --depth 1 --branch llvmorg-19.1.0-rc2 https://github.com/llvm/llvm-project.git llvm setx /M PATH "%PATH%;C:\mingw64\mingw64\bin" $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User") echo "Adding MinGW to path done."