]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Prevent parallel test jobs from initializing Wine at the same time and erroring out.
authorNathan Moinvaziri <nathan@nathanm.com>
Mon, 15 Feb 2021 02:14:43 +0000 (18:14 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 17 Feb 2021 13:59:16 +0000 (14:59 +0100)
.github/workflows/cmake.yml

index 01ee43357f5298d7f70a2fadd3fc06cfb43e63f4..11c77cac0f11a79cadc33beaa011cd607da49e7a 100644 (file)
@@ -367,6 +367,12 @@ jobs:
       run: |
         python -u -m pip install codecov
 
+    - name: Initialize Wine
+      # Prevent parallel test jobs from initializing Wine at the same time
+      if: contains(matrix.packages, 'wine')
+      run: |
+        wineboot --init
+
     - name: Generate project files
       # Shared libaries turned off for qemu ppc* and sparc & reduce code coverage sources
       run: |