mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
.github: cygwin: skip setup signature check
Cygwin currently has some mirror problem: it's missing the signature file for the setup program, thus our build job is failing. https://github.com/cygwin/cygwin-install-action/issues/39 Temporary workaround: just skip the signature check. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
4
.github/workflows/build-xserver.yml
vendored
4
.github/workflows/build-xserver.yml
vendored
@@ -273,6 +273,7 @@ jobs:
|
||||
usesh: true
|
||||
release: '10.1'
|
||||
run: ./.github/scripts/netbsd/run-xserver-build.sh
|
||||
|
||||
xserver-build-cygwin:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
@@ -284,6 +285,9 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-packages
|
||||
- uses: cygwin/cygwin-install-action@master
|
||||
with:
|
||||
# FIXME: temporary workaround for cygwin mirror problem
|
||||
# https://github.com/cygwin/cygwin-install-action/issues/39
|
||||
check-installer-sig: false
|
||||
platform: x86_64
|
||||
packages: >-
|
||||
binutils, bison, ccache, flex, gcc-core, meson, ninja,
|
||||
|
||||
Reference in New Issue
Block a user