Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnMagnet committed Mar 2, 2024
1 parent 34f6c10 commit 8340435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: "Install dependencies"
run: |
sudo apt-get update
sudo apt-get install -y cmake ninja-build build-essential pkg-config curl file git unzip xz-utils zip libgtk-3-dev
sudo apt-get update -y
sudo apt-get install -y cmake ninja-build build-essential pkg-config curl file git unzip xz-utils zip libgtk-3-dev
- name: Flutter Pub Get
run: flutter pub get
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Build Linux app
run: flutter build linux

- name: Build AppImage unsing appimage-builder
uses: docker://appimagecrafters/appimage-builder:0.8.5
with:
Expand All @@ -52,7 +52,7 @@ jobs:
name: release-artifacts
path: |
build/app/outputs/apk/release/
build/web/
./*.AppImage*
Expand Down

0 comments on commit 8340435

Please sign in to comment.