Skip to content

Commit

Permalink
Install build-essential
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Stanton <ian@tembo.io>
  • Loading branch information
ianstanton committed Oct 17, 2024
1 parent 2ce62ee commit 226c599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cargo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- name: Cargo format and clippy
run: |
set -xe
sudo apt-get update
sudo apt-get install build-essential
cd ${{ matrix.path }}
cargo --version
cargo fmt --all --check
Expand Down
2 changes: 1 addition & 1 deletion conductor/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 226c599

Please sign in to comment.