Skip to content

Commit

Permalink
Add build-essential to lint/test for cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 committed Nov 13, 2024
1 parent 4d61b9f commit fed5b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
sudo apt-get install -y pkg-config libssl-dev build-essential
- name: install sqlx-cli
run: cargo install [email protected]
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
sudo apt-get install -y pkg-config libssl-dev build-essential
- name: install sqlx-cli
run: cargo install sqlx-cli
- name: Run migrations
Expand Down

0 comments on commit fed5b0e

Please sign in to comment.