We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053d042 commit de5cd84Copy full SHA for de5cd84
.github/workflows/build.yml
@@ -7,16 +7,6 @@ on:
7
branches: [main]
8
9
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
20
build-macos:
21
runs-on: macos-latest
22
steps:
0 commit comments