Skip to content

Commit

Permalink
added apt-get update command for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarika Gautam authored and Sarika Gautam committed May 18, 2022
1 parent 62d2bd2 commit 335ee46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Flutter_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
with:
channel: 'stable'
flutter-version: '2.10.0'
- name: Update apt-get
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libnotify-dev
- name: Install project dependencies
Expand Down

0 comments on commit 335ee46

Please sign in to comment.