Skip to content

Commit

Permalink
[#28] Fix GitHub action 'build'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSomeMan committed Oct 17, 2023
1 parent bc2fbd4 commit 89b1301
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc g++ cmake make ninja-build
sudo apt-get install -y libdbus-1-dev
- name: Run build.sh
run: ./build.sh

0 comments on commit 89b1301

Please sign in to comment.