summaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2020-10-25 11:08:30 +0100
committer GitHub <noreply@github.com>2020-10-25 11:08:30 +0100
commit84fbb292659ebcafd2e62d5d1a1093f5bb5679ce (patch)
tree50d15f09a3c83d21256dbfd07fbe85334aaa8190 /.github
parent3e4f7fbca1d2cde1c0dbfbbf3cb8aa32cb51619f (diff)
ci-windows.yml: Disable linking with LLD (broken currently)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml
index bdd2fe85166..07ea1581a01 100644
--- a/.github/workflows/ci-windows.yml
+++ b/.github/workflows/ci-windows.yml
@@ -18,7 +18,7 @@ jobs:
- name: Build
env:
MINGW64: "/mingw64"
- ARCHOPTS: "-fuse-ld=lld"
+ #ARCHOPTS: "-fuse-ld=lld"
TOOLS: 1
run: make -j2
- name: Validate