Skip to content

Commit 953fbc1

Browse files
authored
use llvm from windows runner image (#28)
1 parent 347d74f commit 953fbc1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@ runs:
160160
sudo apt-get install --only-upgrade libstdc++6
161161
if: steps.platform.outputs.id == 'linux' && (steps.platform.outputs.target_id == 'android32' || steps.platform.outputs.target_id == 'android64')
162162

163-
- name: Update LLVM (Windows)
164-
if: steps.platform.outputs.id == 'win'
165-
shell: bash
166-
run: |
167-
curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-win64.exe -o llvm-inst.exe
168-
7z x llvm-inst.exe -ollvm bin/clang.exe bin/clang++.exe bin/lld-link.exe bin/llvm-rc.exe bin/*.dll lib/clang/*/include/*
169-
echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
163+
# - name: Update LLVM (Windows)
164+
# if: steps.platform.outputs.id == 'win'
165+
# shell: bash
166+
# run: |
167+
# curl -L https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-win64.exe -o llvm-inst.exe
168+
# 7z x llvm-inst.exe -ollvm bin/clang.exe bin/clang++.exe bin/lld-link.exe bin/llvm-rc.exe bin/*.dll lib/clang/*/include/*
169+
# echo "$GITHUB_WORKSPACE/llvm/bin" >> $GITHUB_PATH
170170

171171
# - name: Install LLVM (MacOS)
172172
# shell: bash

0 commit comments

Comments
 (0)