Skip to content

Commit e14e58f

Browse files
committed
remove support for linux
1 parent cf0d3fc commit e14e58f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, macos-latest, windows-latest]
14+
# ubuntu-latest if you want to build for Linux
15+
os: [macos-latest, windows-latest]
1516

1617
steps:
1718
- name: Check out Git repository
@@ -25,9 +26,9 @@ jobs:
2526
- name: Install Dependencies
2627
run: npm install
2728

28-
- name: build-linux
29-
if: matrix.os == 'ubuntu-latest'
30-
run: npm run build:linux
29+
# - name: build-linux
30+
# if: matrix.os == 'ubuntu-latest'
31+
# run: npm run build:linux
3132

3233
- name: build-mac
3334
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)