Skip to content

Commit

Permalink
Fix rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrhobbs committed Aug 8, 2024
1 parent 4440836 commit 7e7dfb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- uses: actions/checkout@v4
- name: Install DBus
run: sudo apt-get install -y libdbus-1-dev
- name: Initialize submodules
run: git submodule init
- name: Update submodules
run: git submodule update
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 7e7dfb5

Please sign in to comment.