Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 0b6913d

Browse files
committed
Revert "windows editor build"
This reverts commit 576cf86.
1 parent 576cf86 commit 0b6913d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
contents: read
2020
packages: write
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
unity-version: [2019.4.34f1, 2020.3.27f1, 2021.2.10f1]
24-
image-os: [ubuntu, windows]
25+
image-os: [ubuntu]
2526
path: [editor]
2627
include:
2728
- unity-version: 2019.4.34f1
@@ -38,7 +39,7 @@ jobs:
3839
working-directory: ${{ matrix.path }}
3940
run: |
4041
wget -O Dockerfile https://raw.githubusercontent.com/game-ci/docker/v${{ env.BASE_REPO_VERSION }}/images/${{ matrix.image-os }}/${{ matrix.path }}/Dockerfile
41-
# patch --verbose --batch --unified Dockerfile Dockerfile.patch
42+
patch --verbose --batch --unified Dockerfile Dockerfile.patch
4243
cat Dockerfile.append >> Dockerfile
4344
cat Dockerfile
4445

0 commit comments

Comments
 (0)