Skip to content

Commit 24a40d0

Browse files
committed
ci: clear up unneeded files
1 parent 26d1652 commit 24a40d0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/snap.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 5
19-
- uses: subosito/flutter-action@v2
20-
with:
21-
channel: "stable"
22-
flutter-version: ${{env.FLUTTER_VERSION}}
2319
- run: echo ${{ secrets.API_KEY }} > secrets.txt
24-
- run: sudo apt update
25-
- run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip libunwind-dev libsecret-1-dev
26-
- run: flutter pub get
2720
- uses: snapcore/action-build@v1
2821
id: build
2922
- uses: snapcore/action-publish@v1
@@ -40,14 +33,7 @@ jobs:
4033
- uses: actions/checkout@v4
4134
with:
4235
fetch-depth: 5
43-
- uses: subosito/flutter-action@v2
44-
with:
45-
channel: "main"
46-
flutter-version: ${{env.FLUTTER_VERSION}}
4736
- run: echo ${{ secrets.API_KEY }} > secrets.txt
48-
- run: sudo apt update
49-
- run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip libunwind-dev libsecret-1-dev
50-
- run: flutter pub get
5137
- uses: snapcore/action-build@v1
5238
id: build
5339
- uses: snapcore/action-publish@v1

0 commit comments

Comments
 (0)