ci-windows.yml: Fix linking with lld

This commit is contained in:
Dirk Best 2020-10-25 17:05:13 +01:00 committed by GitHub
parent d5e6233797
commit 9f0bd6db10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
update: true
install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-lld
install: git make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-lld mingw-w64-x86_64-libc++
- uses: actions/checkout@master
- name: Build
env:
MINGW64: "/mingw64"
#ARCHOPTS: "-fuse-ld=lld"
ARCHOPTS: "-fuse-ld=lld"
TOOLS: 1
run: make -j2
- name: Validate