Skip to content

Commit

Permalink
Fix Github CI installing choco / LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Jan 4, 2023
1 parent a344e94 commit ae08b67
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,11 @@ jobs:
mkdir -p package
mkdir -p package/winsdk
cp -r /tmp/winsdk/* package/winsdk
- name: Choco install LLVM
uses: crazy-max/ghaction-chocolatey@v2
if: matrix.metadata.llvm_choco_version
with:
args: install llvm --version ${{ matrix.metadata.llvm_choco_version }} --allow-downgrade
- name: Install LLVM (Choco - Windows)
- name: Setup LLVM (Choco - Windows)
if: matrix.metadata.llvm_choco_version
shell: bash
run: |
choco install llvm --version ${{ matrix.metadata.llvm_choco_version }} --allow-downgrade
cd 'C:\Program Files\LLVM\'
LLVM_DIR=$(pwd)
echo "LLVM_SYS_120_PREFIX=${LLVM_DIR}" >> $GITHUB_ENV
Expand Down

0 comments on commit ae08b67

Please sign in to comment.