Skip to content

Commit

Permalink
added deps for linux desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
jones committed Nov 17, 2024
1 parent c4d087b commit c7aba17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ jobs:
cd ExternalLib/jotrockenmitlockenrepo
flutter pub get
- name: Install linux deps
run: |
sudo apt-get install -y curl git unzip xz-utils zip libglu1-mesa
sudo apt-get install \
clang cmake git \
ninja-build pkg-config \
libgtk-3-dev liblzma-dev \
libstdc++-12-dev
# Uncomment this step to verify the use of 'dart format' on each commit.
- name: Verify formatting
continue-on-error: true
Expand Down
File renamed without changes.

0 comments on commit c7aba17

Please sign in to comment.