Skip to content

Commit

Permalink
Fix publish workflow (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer authored Aug 11, 2024
1 parent ba631cc commit 3b916ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 3b916ef

Please sign in to comment.