Skip to content

Commit

Permalink
fix formatting of apt-get commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Nov 18, 2023
1 parent aca188e commit cca73c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
- name: Install Tools
run: ./.github/workflows/scripts/install-tools.sh
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev
- run: flutter config --enable-linux-desktop
- name: Build
run: melos run build:example_linux
Expand Down

0 comments on commit cca73c1

Please sign in to comment.