Skip to content

Commit

Permalink
[ci] Minor build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jan 14, 2024
1 parent cfab8a5 commit fe7b159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Install Build Tools
shell: bash
run: sudo apt-get -y -qq install crossbuild-essential-armhf cmake gettext file
run: sudo apt-get -y -qq install crossbuild-essential-armhf cmake gettext file ninja-build

- name: Build
run: |
Expand Down

0 comments on commit fe7b159

Please sign in to comment.