Skip to content

Commit de5cd84

Browse files
committed
chore: remove build-linux job
1 parent 053d042 commit de5cd84

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ on:
77
branches: [main]
88

99
jobs:
10-
build-linux:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v2
14-
- uses: subosito/flutter-action@v2
15-
- run: |
16-
sudo apt-get update -y
17-
sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev
18-
- run: flutter config --enable-linux-desktop
19-
- run: cd example && flutter build linux -v
2010
build-macos:
2111
runs-on: macos-latest
2212
steps:

0 commit comments

Comments
 (0)