Skip to content

Commit b4e90f8

Browse files
authored
Update github_snapshot_build.yml
1 parent 4039708 commit b4e90f8

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

.github/workflows/github_snapshot_build.yml

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,33 +26,34 @@ jobs:
2626
build:
2727
strategy:
2828
matrix:
29-
type: [PublishLibrary, Android, Windows, Linux, macOS, iOS, WasmJs, Js]
29+
type: [iOS]
30+
# type: [PublishLibrary, Android, Windows, Linux, macOS, iOS, WasmJs, Js]
3031
include:
31-
- type: PublishLibrary
32-
publish: release
33-
os: macos-latest
34-
- type: Android
35-
android: apk
36-
os: ubuntu-latest
37-
- type: Windows
38-
desktop: msi
39-
os: windows-latest
40-
- type: Linux
41-
desktop: deb
42-
os: ubuntu-latest
43-
- type: macOS
44-
desktop: dmg
45-
os: macos-latest
32+
# - type: PublishLibrary
33+
# publish: release
34+
# os: macos-latest
35+
# - type: Android
36+
# android: apk
37+
# os: ubuntu-latest
38+
# - type: Windows
39+
# desktop: msi
40+
# os: windows-latest
41+
# - type: Linux
42+
# desktop: deb
43+
# os: ubuntu-latest
44+
# - type: macOS
45+
# desktop: dmg
46+
# os: macos-latest
4647
# test
4748
- type: iOS
4849
iOS: ipa
4950
os: macos-latest
50-
- type: WasmJs
51-
js: wasmJs
52-
os: windows-latest
53-
- type: Js
54-
js: js
55-
os: ubuntu-latest
51+
# - type: WasmJs
52+
# js: wasmJs
53+
# os: windows-latest
54+
# - type: Js
55+
# js: js
56+
# os: ubuntu-latest
5657

5758
runs-on: ${{ matrix.os }}
5859
if: ${{ github.event_name != 'pull_request_review' || github.event.review.state == 'approved' }}

0 commit comments

Comments
 (0)