Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerKleinePunk committed Feb 26, 2024
1 parent 78cd2f6 commit a784e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
apt install libegl1-mesa-dev
sudo apt-get install libegl1-mesa-dev
fi
shell: bash
- run: dart pub get
Expand Down

0 comments on commit a784e7d

Please sign in to comment.