Skip to content

Commit

Permalink
test: commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kszinhu committed Feb 20, 2024
1 parent be9050a commit fedf4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
cache-on-failure: true

- name: ⚡️ Shared Compilation Cache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].4
with:
version: "v0.7.4"

- name: 📦 Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake musl-dev libssl-dev pkg-config libpq-dev
sudo apt-get install -y build-essential cmake musl-dev pkg-config libpq-dev openssl libssl-dev
- name: 📦 Install Cargo Binary install
uses: cargo-bins/cargo-binstall@main
Expand Down

0 comments on commit fedf4e7

Please sign in to comment.