Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GerritPotgieter authored Jun 2, 2024
1 parent 905b1ad commit 4a3a5f6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- development

jobs:
build:
main:
runs-on: ubuntu-latest
steps:
- name: Clone repository
Expand All @@ -20,9 +20,10 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
working-directory: ./frontend

- run: flutter build Web
- run: flutter build linux
working-directory: ./frontend

0 comments on commit 4a3a5f6

Please sign in to comment.